Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

what can i do for fill the form field and when we click the submit button then the entry enter into database table and also show in gridview
Posted
Comments
OriginalGriff 26-Jul-12 3:03am    
Web? Winforms?
What have you tried?
Use the "Improve question" widget to edit your question and provide better information.

please make a try with the following scenario

1. When you click the Submit button first collect all the records in to the Data Table,then process the records to the DataBase.
2. After doing the DB process,assign the Grid Data source with the Data table
3. Your grid will be bound with the latest values
 
Share this answer
 
As soon as you click on the Submit button the data should get submitted to Database Table.

Then the Data Table needs to be bind to the Grid View.

Let me know if this helps.

Regards
Himanshu
 
Share this answer
 

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