|
-
Jun 9th, 2003, 02:11 PM
#1
Thread Starter
Member
Is there an Editable DataGrid in ASP.NET Components
Is there an Editable DataGrid in ASP.NET Components
-
Jun 9th, 2003, 03:44 PM
#2
Hyperactive Member
Sure the DataGrid has some nice Edit/Update/Cancel features.
It's a special type of column that you can add at design time
-
Jun 9th, 2003, 03:50 PM
#3
PowerPoster
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|