How to insert data in GridView and then into database [modified]
-
Hello Everyone I Have two text boxes having a label of Emp Name and Emp Sal and then click on submit button that values will added in a gridview and from gridview it will inserted into databse. I am using asp.net 2.0 and sql serevr 2005 Thanks in advance Saurabh Agarawl
modified on Friday, December 12, 2008 12:48 AM
-
Hello Everyone I Have two text boxes having a label of Emp Name and Emp Sal and then click on submit button that values will added in a gridview and from gridview it will inserted into databse. I am using asp.net 2.0 and sql serevr 2005 Thanks in advance Saurabh Agarawl
modified on Friday, December 12, 2008 12:48 AM
Hi, have a look here: http://blog.paranoidferret.com/index.php/2007/09/05/c-tutorial-binding-a-datagridview-to-a-database/[^] Maybe this helps you implementing the functionality. Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
-
Hi, have a look here: http://blog.paranoidferret.com/index.php/2007/09/05/c-tutorial-binding-a-datagridview-to-a-database/[^] Maybe this helps you implementing the functionality. Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
Hi Thanks for sending a link.. but i dont wont this, there are two textboxes and button, user will enter the values in textbox, and then after clicking on add button it will enter into griview and from gridview it enter into database. Thanks in advance Saurabh agarwal