Top "Master-pages" questions

a feature of ASP.

How to determine which Child Page is being displayed from Master Page?

I'm writing code on the master page, and I need to know which child (content) page is being displayed. How …

c# asp.net master-pages
Error: Unable to evaluate expression because the code is optimized

I am getting an error in my asp.net app that reads "Unable to evaluate expression because the code is …

c# asp.net master-pages server.transfer
Combine ASP.Net MVC with WebForms

Is it possible to create a MVC root application (Portal with masterpages and themes) and add a couple of WebForms …

asp.net-mvc webforms master-pages sharing
Find a control on a page with a master page

I have to find a Control in an aspx page bound to a master page. The master page contains: <…

c# asp.net findcontrol master-pages
Access a content control in C# when using Master Pages

Good day everyone, I am building a page in ASP.NET, and using Master Pages in the process. I have …

asp.net master-pages findcontrol
Ways to stick footer to the bottom a page

I followed the How do you get the footer to stay at the bottom of a Web page? post on …

asp.net html master-pages footer sticky-footer
Call Method in Master Page

I have a public method in my asp.net Master Page. Is it possible to call this from a content …

c# .net asp.net master-pages
How to set navbar item as active when user selects it?

I am a new ASP.NET Web Forms developer and trying to use Twitter Bootstrap with the Master Page. I …

asp.net twitter-bootstrap master-pages navbar
How to resolve Cannot find ContentPlaceHolder error?

Having a "duh" moment trying to implement a new content page Here's the structure Master Page ---- Nested Master Page …

asp.net webforms master-pages
How to Set Master Page dynamically?

I have requirement in which i want to set different Master Pages for the Same Page depending upon userid(i.…

c# .net master-pages master