How to convert dataview to data table in .NET
hi can anybody help me in converting dataview to data table i have the folowing code dv = new DataView(ds.Tables["tblCustomerInfo"], "fldLastName ='"+strPasVal+"'", "fldID", DataViewRowState.CurrentRows);
rakesh chaudhariPosted Jun 18, 2012, 2:11 AM
Friend
or
Please refer this link
http://www.netomatix.com/viewtotable.aspx
http://www.dotnetspark.com/kb/12-dataview-to-datatable-c-sharp.aspx
have a happy Coding