master-pages Questions

3

Solved

I have a project (Web Application) that I need to implement with Web Forms. I have already prepared the design for the website and I will use one of the CSS templates that I already developed...
Taxexempt asked 16/9, 2011 at 12:27

6

I'm struggling to find a solution for a weird issue with ASP.Net Menu control, when used in conjunction with Master Pages. When the user navigates to a page - via. the menu - which inherits from t...
Hue asked 20/5, 2009 at 14:26

2

Where can I download Open source Asp.Net Master page Templates?
Springbok asked 30/4, 2010 at 15:40

5

Solved

ASP.NET master pages - essential things. However, I have a lot of very similar UserControls in my projects - it might be a standard layout for an AJAX ModalPopup, or something more involved. I wi...
Ellipticity asked 2/12, 2008 at 14:57

5

I may be nuts, but master pages scare me because I fear that once I am locked into using a master page, I will encounter a situation where I will want to inherit only 90% of the visual content of t...
Isis asked 25/11, 2009 at 20:55

2

Solved

I need to reference a control in my web app that was generated with the use of a master page. The name of the control in the HTML becomes something like this "ctl00$MainContent$ListBox1". Can I saf...
Lietman asked 6/7, 2011 at 3:21

2

Solved

I have a partial view and int it, there is no trace of any inheritance from any layout. But whenever I want to use it (render it) inside a view, the layout gets repeated once for the view, and once...

1

Solved

I am tracking down a bug in some old aspx code. The problem is that one some very rare occations (1/10.000 pageviews or so) two users are mixed up, ie. user A sees user B data. Here is how the cod...
Dennadennard asked 22/6, 2011 at 14:2

4

Solved

I have a public method in my ASP.NET Master Page. Is it possible to call this from a content page, and if so what are the steps/syntax?
Exhortation asked 13/6, 2011 at 15:54

3

Solved

I have an MVC3 site where I have some pages that I don't want to use the master page layout. The default master page is specified in the _ViewStart file so gets applied to everything. How do I con...
Additive asked 18/5, 2011 at 15:53

4

Solved

I have a large slow ASP.net site that uses master pages. I've identified that the user will have a better experience if they can see the header and navigation while the rest of the page is being g...
Advance asked 28/4, 2011 at 23:59

3

Solved

Im trying to disable a button on the masterpage from a content page when certain criteria are met. I can change the text on masterpage buttons using session variables, but IM having a bit of troubl...
Methedrine asked 4/5, 2011 at 16:22

1

Solved

I am planning to create a web application using J2ee, Spring 3.0n, Freemarker and jQuery. My question is: is there any way to create master page with header and footer and included all Javascript ...
Campbellbannerman asked 14/4, 2011 at 18:35

2

ASP.NET Master Page Content Page's elements all seem to be having their ID's changed or prepended by the ASP.NET page renderer. This breaks all CSS styles based on the original element IDs. Is th...
Acicula asked 31/3, 2011 at 0:41

3

Solved

What would be the Master Pages equivalent in the Java web development world? I've heard of Tiles, Tapestry and Velocity but don't know anything about them. Are they as easy to use as Master Pages? ...
Kiri asked 25/8, 2008 at 1:13

1

Solved

I have Update panel in Master page: <asp:ScriptManager id="CartScript" runat="server"></asp:ScriptManager> <asp:UpdatePanel id="CartBox" runat="server" updateMode="Conditional"&gt...
Prognosticate asked 26/2, 2011 at 14:49

4

Solved

Lets say that I have a header user control in a master page, and want to change a property of the user control depending on what content page is loaded inside of the master page. How might I go abo...
Aland asked 19/12, 2008 at 22:5

3

Solved

How do you put a strongly typed object in ASP.NET MVC into the master page? Do you have a ViewModelBase class that contains master page information and inherit from it for every view model, or is...
Doss asked 2/6, 2009 at 21:32

1

Solved

I am using Master pages for my ASP.NET website and in one of the content pages I upload a file which requires a bigger timeout value than the default 90 seconds. For other content pages I want to l...
Quiteria asked 14/1, 2011 at 16:27

3

Solved

I have a Master page and a webpage that uses the Master page. In both I have a Page_Load event handler. In which order are the Page_Load handlers called? Content first then Master or Master first...
Lepton asked 17/12, 2010 at 11:56

3

Solved

I've got a "Master" Masterpage, and I've got 2 "Sub" Masterpages. Those 2 subs have their masterpage property set to the "Master" Masterpage. All good so far. Well, I was told today to also make S...
Deiform asked 2/6, 2009 at 21:38

1

Solved

I am experimenting with master pages, and I want the AjaxControlToolkit available on every page in my web app, so I placed it in the head of my master page. <%@ Register Assembly="AjaxControlT...
Cringle asked 18/11, 2010 at 21:30

4

Solved

Okay, so we all know about changing a master page dynamically in a page's OnPreInit event. But what about a nested master page? Can I change a master's master? There is no OnPreInit event exposed...
Viola asked 24/2, 2009 at 14:33

9

I have an app full of pages and user controls, many of which have one or more label controls on them for displaying various different messages to the user. Example: the AddCompany.ascx user contro...
Macassar asked 27/7, 2010 at 2:49

2

Solved

I'm, using MVC to develop a Web application, and I need to use nested MasterPages in my site, in order to share the Visual Components. I have two Master Pages and a ContentPage: Parent.master C...
Turncoat asked 11/11, 2010 at 14:18

© 2022 - 2024 — McMap. All rights reserved.