Hello,
is it possible to refresh my gridview table without reloading the page?
i'm inserting/updating data on a button click and would like the gridview to refresh when the data has been updated.
it is bound to a database, so i guess i could just run the select command again and rebind it to my dataset but that feels a bit messy,
is there a more elegant way to do it?
Thanks
iain

You should have to use AJAX Extension - UpdatePanel control. For more info read MSDN pages about AJAX extension.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.