Hi
Asp.net: Can we use MasterPage's viewstate in ContentPage ?
Hi
Asp.net: Can we use MasterPage's viewstate in ContentPage ?
Master pages and content pages do not share the same ViewState. If you are trying to pass something from the master page to the content page there are a couple of alternatives:
For setting the values and retrieving them you would need to play with the Master-Content page events carefully... :-)