Updating a Gridview?

  • Thread starter Thread starter Kivak Wolf
  • Start date Start date
K

Kivak Wolf

Hi,

That I can see... there is no way to update the entire contents of a
Gridview, at least by using it's members. I know you can update a row.

Does anyone know if/how to update the contents of an entire Gridview?

Thanks,
Kivak
 
Thus wrote Kivak,
Hi,

That I can see... there is no way to update the entire contents of a
Gridview, at least by using it's members. I know you can update a row.

Does anyone know if/how to update the contents of an entire Gridview?

Update its underlying data source and rebind the GridView.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top