Hi:
I am loading a user control on postback of a link click event. Now, when I try to retrieve the selected values in this control on button click event (next postback), I am not able to. Can you please help me out?
I am using page_init with a IsPostBack condition. but it reloads the user control and I am not able to get the selected values.
Thanks in advance.
I can provide the code if needed.
I am loading a user control on postback of a link click event. Now, when I try to retrieve the selected values in this control on button click event (next postback), I am not able to. Can you please help me out?
I am using page_init with a IsPostBack condition. but it reloads the user control and I am not able to get the selected values.
Thanks in advance.
I can provide the code if needed.