Hi,
I am developing a windows application.
In that I have a form with a gridview placed on that.
In form I have Update button also.
When user selects one row and click on update ,it has to redirect to another form with the selected data and user can enter details in that and when user click on update data should saved back to database.
How can i acheive this,specifically redirecting to another form with selected records and on click on update button how to save this to database
Please help me,if anyone can post some code snippets then it would be great.
I am developing a windows application.
In that I have a form with a gridview placed on that.
In form I have Update button also.
When user selects one row and click on update ,it has to redirect to another form with the selected data and user can enter details in that and when user click on update data should saved back to database.
How can i acheive this,specifically redirecting to another form with selected records and on click on update button how to save this to database
Please help me,if anyone can post some code snippets then it would be great.