I have 3 GridViews
in my page.
Using the SelectedIndexChanged
event I put GridView2
and GridView3
data in GridView1
but when I restart my application GridView1
data is still persisted in browser.
I used a session variable to store the data. How can I clear GridView1