Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am currently developing a ASP.NET Website using LINQ concept. I was successful in update,delete,insert a table through a GridView by LINQ operations whose changes will get reflected in LINQ db. Now I want to submit these appropriate changes to the SQL Server database table using the UpdateDataSet() Enterprise Library method. Can any one help out in this respect?
Posted
Updated 4-Apr-13 0:30am
v2

1 solution

 
Share this answer
 
v2
Comments
rakeshdudi 4-Apr-13 8:25am    
Hi Pallavi, Many thanks for your response
This solution will let me perform CRUD operations in the local LINQ database which I have done.
Now I would like to make these CRUD operations get reflected in the same table which is present in the SQL Server Database. After some study I came to know that this could be done using UpdateDataSet() method which is been provided by Enterprise Library. I would be pleased to know how to use it.
Pallavi Waikar 4-Apr-13 10:10am    
sorry for incomplete solution and late reply i not online that time ...use this msdn article for that... http://msdn.microsoft.com/en-us/library/ff647312.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900