Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16460 Points
3178 Posts
Apr 17, 2012 05:00 AM|LINK
You can surely do this:
<% var x = Request.ApplicationPath; Response.Write(x); //Use this to see O/P %>
Also i suppose this is your masterpage, now you cannot just display the masterpage, and check the title in your childpage, what title are you using there?
nijhawan.sau...
All-Star
16460 Points
3178 Posts
Re: MasterPages - Is this a bug or am I missing something?
Apr 17, 2012 05:00 AM|LINK
You can surely do this:
<% var x = Request.ApplicationPath; Response.Write(x); //Use this to see O/P %>Also i suppose this is your masterpage, now you cannot just display the masterpage, and check the title in your childpage, what title are you using there?