Click to See Complete Forum and Search --> : refresh gridview


dummyagain
December 19th, 2006, 12:57 AM
I would like to know how i can refresh the gridview after updating or adding new record?

Thank you

jasonli
December 19th, 2006, 08:28 AM
You mean after DB updated? Update datasource (dataset, datatable, etc.) and then bind it to GridView again. If you use DataSource control as datasource of GridView, so update the control.

vuyiswam
May 20th, 2009, 05:02 AM
Good Day

i have the same Problem , how will i update DataSource control if its in a usercontrol

Thank you