Top "Master-pages" questions

a feature of ASP.

Change the master page from code behind

I have a web page named MyPage.aspx and two master page named Home.master and BlanK.master. By default …

c# asp.net master-pages
How to control elements on a asp.net master page from child page

I have a few pages on my asp.net website that I would like to turn off a control on …

c# asp.net master-pages
Is it possible to share a masterpage between MVC and webforms?

I am adding MVC to a project that has MANY legacy webform pages. This works fine. However, I currently have …

asp.net-mvc webforms master-pages dry legacy
What is the best way to share MasterPages across projects

Suppose you have two seperate ASP.NET Web Application projects that both need to use a common MasterPage. What's the …

.net asp.net master-pages
Using FindControl to get GridView in a Content Page

I would like to find a GridView Control within a separate class and I am having issues doing so. I …

asp.net gridview master-pages findcontrol
“maintainScrollPositionOnPostBack=”true“ ” does not work with google chrome

Web.config Level => pages maintainScrollPositionOnPostBack="true" /> Page Level => <%@ Page MaintainScrollPositionOnPostback="true" %> Code Level => Page.…

asp.net vb.net cross-browser master-pages webusercontrols
Stop Master page refreshing while navigating between pages?

I'm using Master Page in my ASP.net application, in the master page I put a ContentPlaceHolder in Update Panel …

asp.net ajax master-pages
Why is my ASP Page.Request.Files[] always empty? I've tried all posted fixes

We're 4 guys making a website for our final school project. We need to allow a user to upload a pdf. …

asp.net file upload request master-pages
How to set Page's Title from a web content page in ASP.NET 3.5

I've read through quite a bit of posts/articles on how to do this and I still am not getting …

asp.net webforms master-pages title
Finding controls inside nested master pages

I have a master page which is nested 2 levels. It has a master page, and that master page has a …

c# asp.net .net-3.5 master-pages