I’m using asp.net 2.I create a site map and a menu control to display the hierarchy of the site. I need to put a label on the master page that shows the name of the content page. How can I do this? Thanks
I’m using asp.net 2.I create a site map and a menu control to display the hierarchy of the site. I need to put a label on the master page that shows the name of the content page. How can I do this? Thanks
You need to create a ContentPlaceHolder and Put a Label control in it. You can modify that Label in your web Pages dynamically, thet uses this MasterPage.