Hi....
I am using 3 tier architecture i want a fucntion to pass grdiview rows to Data access layer and save it to a table in SQL Server 2005 Express edition.
Can anyone give an idea to save each row without opening connection at each time. Here my problem is if i have 500 rows , 500 times it is opening connection in Data access layer........
Thanks and Regards
Sankar
[email protected]
Loading
Naresh AvariPosted Jul 26, 2012, 5:27 AM
I think this will help you to get some idea to pass gridView rows in xml format to your dataaccess layer...
http://weblogs.asp.net/manojkdotnet/archive/2010/01/24/bulk-update-using-gridview-and-sql-server-xml.aspx
sankar nandakumaranPosted Jul 26, 2012, 8:01 AM