gridview editing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Tkg=?=

    #1

    gridview editing

    ASP.Net 2.0

    When putting a gridview into edit mode I typically do something this in the
    gridview.rowEdi ting event..

    gridview.EditIn dex = e.NewEditIndex
    ReloadData ' Call function that reloads the gridview

    My question is is it necessary to reload the whole gridview like that?

    I reload the whole gridview again after the edit is saved. I am wondering if
    I have the right approach or is there a better way?
Working...