Can you confirm that the data is deleted/modified within the dataset itself when you delete/edit via the GridView ? Also, I think we need to see some code here.
On Apr 11, 12:54 pm, "Claudio M. E. Bastos Iorio" <[email protected]> wrote: > Hi, hope you guys can help me on this one. > > I have a gridview control, the data for this control comes from a dataset, > created programmatically. > > I also have a delete an a edit button for each record. > > I can edit and delete records (also programatically), but the data is not > refreshed on the gridview control. > > I tried the method gridview.databind() in the RowDeleting, RowDeleted > events, in the postback (using IsPostback) and the data is never updated in > the gridview. > > Any idea? > > TIA > > _________________________________ > > Claudio M. E. Bastos Iorio > > <http://www.blumersolutions.com/>http://www.blumersolutions.com
