My App_Code directory contains dataset,i need to copy my dataTable to that dataset,how can i do that....???
Mysql store procedure return dataset value,my code behind file having the dataset value
Code:
ds=_billController.BillView(inv).Tables[4].DataSet; now my ds contain daase