Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a GridView in windows app.
I would add a new row to GridView that to be stored automatically in my database.But I do not know how to do it.. :(
Does anyone know how to do it!!
Posted
Updated 7-Jun-14 23:33pm
v2
Comments
Nirav Prabtani 8-Jun-14 2:40am    
can you please elaborate more??
je30ca 8-Jun-14 3:02am    
Simultaneously, which adds a new row in the table، same row in the database to be added.
Each row can be stored inline...
Nirav Prabtani 8-Jun-14 3:09am    
What have you tried for that??
je30ca 8-Jun-14 3:14am    
Use Event cellEnter and RowEnter But Does not work...
gggustafson 8-Jun-14 8:19am    
Please provide some code. Use Improve question.

1 solution

you can use DataTable and update data from database with new rows.

use function to fill grid.

grid.datasourse = DataTable();
 
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