Since the web is a stateless environment this problem can be a bit difficult to overcome. When you're gridview changes pages you are basically creating a new version of the page. One way you might overcome this would be to store the values in a Session variable. Of course, depending on the amount of data this could be a lot to place in Session. Another option might be to find a way to use a hidden field to store values. Maybe someone else will know of another way.
nakor77 21 Junior Poster in Training
nakor77 21 Junior Poster in Training
nakor77 21 Junior Poster in Training
nakor77 21 Junior Poster in Training
ddanbe commented: Not Bad! +14
nakor77 21 Junior Poster in Training