J
John Smith
I have a Repeater that is paginated, and I would like the user to
navigate to each page via a DropDownList. I have set the AutPostBack
attribute to true and written code that fires on the
OnSelectedIndexChange event. However, I am unable to retrieve the
value of the DropDownList after the PostBack. I have tried
dropdown.SelectedValue, dropdown.SelectedItem.Value, and
dropdown.SelectedIndex. None of these returns the page that was
selected pervious to the postback.
Can anyone shed light on this issue?
Thank you!
navigate to each page via a DropDownList. I have set the AutPostBack
attribute to true and written code that fires on the
OnSelectedIndexChange event. However, I am unable to retrieve the
value of the DropDownList after the PostBack. I have tried
dropdown.SelectedValue, dropdown.SelectedItem.Value, and
dropdown.SelectedIndex. None of these returns the page that was
selected pervious to the postback.
Can anyone shed light on this issue?
Thank you!