accessing a hidden variable in aspx page from an ascx page

admin

Administrator
Staff member
Hi,

I have a aspx page with a hidden variable and uses a user control .ascx . I need to get the value of the hidden variable in the ascx page and use this value in the other pages where the user control is called. Is this possible, if yes how do we do it.

Thank you
Vijay
 
Back
Top