Category: ASP.Net
view more software Tips and Tricks
Updated: 01/27/2011 17:01 PM
Author: Shiju Mathews Status: Resolved. |
Consider a master page MasterPage.Mater and a child page Home.aspx that is using the Master page. Also the Master Page has a variable called userID. To access this variable, first expose this variable with properties inside the master page. ON Childpage(Home.aspx) access this properties as On Child page you can accees UserNo as OR set the user number as We can use this methodology to access any property, methods or controls from the master Page from the content pages that is using the master Page. |