Gridview to Database
-
I have a gridView on my page. How do I insert the contents of the gridView to sql database? My database table is empty at the moment.
-
I have a gridView on my page. How do I insert the contents of the gridView to sql database? My database table is empty at the moment.
check this http://www.dotnetfunda.com/articles/article71.aspx[^]
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.somee.com http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
I have a gridView on my page. How do I insert the contents of the gridView to sql database? My database table is empty at the moment.
Loop all cells foreach row,when looping ends then save data in database.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
I have a gridView on my page. How do I insert the contents of the gridView to sql database? My database table is empty at the moment.
There are various way to do it. Its depends what is your current DataSource Type.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article