Refresh GridView Using Refresh Button
Hi all,
i need a refresh my page & that time i wanna rebind my grid view. This is i already did.
lblErrorMessage.Text = "";
trAgentStatus.Visible = false;
BindGridView();
BUT
at a time im checking my GridView second or third page. then i click refresh button to see my gridview first page. but its not work.
i wanna do that at Refresh button click event.
Thx
__________________
MSB
|