Top "Master-pages" questions

a feature of ASP.

active menu item - asp.net mvc3 master page

I've been scanning around trying to find an appropriate solution for assigning "active/current" class to menu items from the …

asp.net-mvc asp.net-mvc-3 menu master-pages
ASP.NET MVC Master Pages

What's the difference between the ASP.NET Master Page, and the MVC Master Page? And the AJAX Master Page for …

asp.net-mvc master-pages asp.net-3.5
How to run jquery script if html page is the home page...?

I'm working with an external team with our website and they recently added one of my scripts to the .NET …

javascript asp.net jquery master-pages
Only Content Controls are Allowed (C# webcontrols)

So, I'm not sure what's going on. My boss wasn't pleased with me using MVC and Razor, so I'm being …

c# asp.net master-pages code-behind web-controls
setting the ScriptManager AsyncPostBackTimeout value on the ASP.NET content page

I am using Master pages for my ASP.NET website and in one of the content pages I upload a …

asp.net asp.net-ajax timeout master-pages scriptmanager
Accessing masterpage properties from child pages in ASP.net VB

I have masterpage.master.vb where I have properties, such as; Private _SQLerror As String Public Property SQLerror() As String …

asp.net vb.net properties master-pages
how to add controls to the masterpage's content placeholder programmatically

On the base.master: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Base.master.cs" Inherits="WebApplicationControlTest.Base" %> <!DOCTYPE …

master-pages findcontrol contentplaceholder
How to get Div of Master Page in page in ASP.net?

I am using Master Page in my Web Application. Now i am creating multiple content pages. there is one Div …

asp.net web-applications html master-pages content-pages
ASP.NET Web Forms: Master Page & CSS File

I have a project (Web Application) that I need to implement with Web Forms. I have already prepared the design …

asp.net css master-pages webforms
ResolveUrl Problem in Master Page

Okay, I know it is weird but when I put this code between <head runat="server"></head&…

c# asp.net master-pages resolveurl