eramgarden
Contributor
- Joined
- Mar 8, 2004
- Messages
- 579
I know this is doable in ASP.Net: Bind data to datagrid, then click on an , for example, "edit" column of the row and edit the information ...
How can I do this in WinForms:
1. I know I can use a DataGrid and Bind data to it..
2. Do I need to pop-up another Form for editing??
I've search google a lot but not many examples.
How can I do this in WinForms:
1. I know I can use a DataGrid and Bind data to it..
2. Do I need to pop-up another Form for editing??
I've search google a lot but not many examples.