ITking2009
Programmer
Hi,
Here's what i want to achieve
I have a master page which has to display the page we are on (content page) somewhere on the master page.
For example if we are on login page it should display login, if we are on feedback page the master page should display feedback etc.
I tried using label but then couldn't set the property in the content page or content page.cs file
Can anyone direct me how to set a master page property in content page or if there is another approach i need to take.
Thanks
PS: I have to do this in master page instead of moving it to content pages because its a part of the page which is common among all the pages.
Here's what i want to achieve
I have a master page which has to display the page we are on (content page) somewhere on the master page.
For example if we are on login page it should display login, if we are on feedback page the master page should display feedback etc.
I tried using label but then couldn't set the property in the content page or content page.cs file
Can anyone direct me how to set a master page property in content page or if there is another approach i need to take.
Thanks
PS: I have to do this in master page instead of moving it to content pages because its a part of the page which is common among all the pages.