Is there an Editable DataGrid in ASP.NET Components
Printable View
Is there an Editable DataGrid in ASP.NET Components
Sure the DataGrid has some nice Edit/Update/Cancel features.
It's a special type of column that you can add at design time
The datagrid in ASP.Net is slightly different than the Win Forms datagrid when using it to edit. You have to handle more details because the web is stateless. You need to handle post backs and such.
To get you started:
http://www.aspnextgen.com/Tutorial/S...7&forumid=4258
http://www.xmlforasp.net/codeSection.aspx?csID=40
http://www.dbnetgrid.com/dbnetgrid/default.aspx