Results 1 to 3 of 3

Thread: Is there an Editable DataGrid in ASP.NET Components

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    40

    Is there an Editable DataGrid in ASP.NET Components

    Is there an Editable DataGrid in ASP.NET Components

  2. #2
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    Cape Cod, US
    Posts
    292
    Sure the DataGrid has some nice Edit/Update/Cancel features.

    It's a special type of column that you can add at design time

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width