accessing a hidden variable in aspx page from an ascx page
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.
Bookmarks