GridView when the page is refreshed

prurniniabons

New Member
I have a \[code\]GridView\[/code\] and a \[code\]Button\[/code\] in a web form.
I change \[code\]SelectCommand\[/code\] of \[code\]SqlDataSource\[/code\] when user click on the button.
Then the result has been shown in GridView. But when the page is refreshed, results changes. For example when user wants to change the page of GridView.
Why?
 
Back
Top