hello guys how r u ?
my questions is that, i want to unload the gridview when postback occurs
how can i do that?
reply soon
thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Jul 20, 2011, 5:42 AM
If(Page.IsPostBack)
{
this.Controls.Remove("Gridview1");
}