C
COHENMARVIN
I have a gridview that has rows with Select Buttons. The user clicks
on a select button, and this causes various textboxes to fill up, and
then I make the gridview disappear. But when the gridview re-appears
(for another selection), I find that it is often not on page one,
which is where I'd like it to be. If the user had selected an item on
page #2, for instance, then when the gridview re-appears, its on page
#2. I tried resetting the page or the selectedindex in the select
event, but that doesn't work.
Is there a way to accomplish this?
Thanks in advance.
Marv.
on a select button, and this causes various textboxes to fill up, and
then I make the gridview disappear. But when the gridview re-appears
(for another selection), I find that it is often not on page one,
which is where I'd like it to be. If the user had selected an item on
page #2, for instance, then when the gridview re-appears, its on page
#2. I tried resetting the page or the selectedindex in the select
event, but that doesn't work.
Is there a way to accomplish this?
Thanks in advance.
Marv.