Till now we worked on .Net 2005. In .net 2005 using adapter we executed sql stored procedure(s) and stored the result set(s) in dataset in different datatables then we are creating data relation between datatables in the dataset based on one common column and then we are binding data to xceed as master detail using detail grid templates and datarelation.
Now we have to migrate the application to .Net 2008 in that we are using linq to sql for executing queries or stored procedures. But i am unable to store the result set in dataset /datatable by executing stored procedure using linq then how can i create datarelation and bind data to xceed grid as master detail...Please suggest me.
Thanks in advance.
Praveeen kumar Palla