Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear, All
Good day
I have a table let's say
Name : 
Age  : 

and I need to put a datagridview by adding a row on it add this data to the database
or save all of it as one shot.
Posted
Updated 9-Jan-12 0:39am
v3

 
Share this answer
 
Comments
[no name] 9-Jan-12 7:09am    
5!
uspatel 10-Jan-12 23:59pm    
Chetan , you should click t vote.....
thanks.
you can insert direct into your table or you can use a temp table for inserting data and on submit button click insert into your main table by temp table in this case you can filter temp tables records. But if you are not going to filter your data then insert it into database directly.
 
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