master-pages Questions
4
Solved
Is it possible to create a MVC root application (Portal with masterpages and themes) and add a couple of WebForms based subprojects (we already have an existing WebForms application that we would l...
Appear asked 4/2, 2010 at 21:36
4
I have a master page and all of my pages are inheriting it.
For formatting, I thought to place the content that differs from one page to another in a ContentPlaceHolder.
Now, how can I insert ever...
Drab asked 7/5, 2012 at 23:16
3
Solved
I have to find a Control in an aspx page bound to a master page.
The master page contains:
<asp:ContentPlaceHolder ID="MainContent" runat="server"/>
The content page contains:
<asp:C...
Nun asked 15/9, 2010 at 18:25
5
Solved
We are in se same situation as question Make Twitter Bootstrap navbar link active, but in our case we are using ASP.net and MasterPages...
The thing is the navbar is defined at the masterpage and ...
Allometry asked 10/9, 2012 at 15:35
16
I have a page that uses a master page, several RequiredFieldValidators, and the Web Toolkit autocomplete extender. The following code only shows the bare minimum of the page:
<%@ Page Language=...
Vesicate asked 25/4, 2009 at 1:18
9
Solved
This is probably something really simple but I cant see what!
Any images I have in a masterpage aren't showing up in child pages,
all I get is the box with the red cross in it.
I don't think Ive d...
Depart asked 13/4, 2010 at 14:21
3
Solved
I need to create a Publishing Page without master page, I already try with a custom layout, and overriding PublishPageLayout but i'm getting unexpected error. The only master page I can assign is s...
Chastitychasuble asked 7/5, 2013 at 15:13
1
We are developing a web based application in python on google app engine platform. I have different pages in web site. What I want is to have a master page like functionality like we have in asp.ne...
Resistive asked 8/1, 2010 at 4:46
4
Solved
I have masterpage.master.vb where I have properties, such as;
Private _SQLerror As String
Public Property SQLerror() As String
Get
Return _SQLerror
End Get
Set(ByVal value As String)
_SQLer...
Inaudible asked 2/2, 2010 at 7:35
3
Solved
I have a small coldfusion section of our site that all uses similar js and css files and page structure. The code is currently repeated for each file, and I'd like to factor it out and set somethin...
Weakling asked 20/3, 2014 at 15:18
3
Solved
I have Java background and am trying to start on C#.
I wanna create a lib in C# that will be used in other solutions. In Eclipse it's just a matter of creating a jar and adding it to classpath. I ...
Duhl asked 27/1, 2015 at 13:14
12
Solved
OK, another road bump in my current project.
I have never had form elements in both my master and content pages, I tend to have all the forms in the content where relevant.
In the current project...
Sean asked 7/10, 2008 at 13:19
3
I'm required to include the last modified date on every page of my applications at work. I used to do this by including a reference to <%= LastModified %> at the bottom of my WebForms master pag...
Valerianaceous asked 7/10, 2009 at 4:3
2
I've been a .Net developer for the past seven years or so, and been working with ASP.Net for the last couple of years. I'm now using Ruby on Rails for some projects, and I'm wanting to know if ther...
Peugia asked 23/10, 2009 at 16:5
5
Solved
after weeks of having this issue I finally decided to ask for a solution to the following problem:
In the .aspx page you can set
<%@ MasterType VirtualPath="~/Mastername.master" %>
This ...
Chemotherapy asked 4/1, 2010 at 11:17
3
Hi I am fairly new to programming and C# in particular. I am working from a text book "Cloud Database Development and Management" by Lee Chao and having an issue creating a web form using master pa...
Paddy asked 9/11, 2013 at 15:41
5
Solved
I need to set the content page default button. My code is like this:
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"
defaultbutton="BtnSearch" defaultfocus="Txt...
Lem asked 4/9, 2012 at 11:57
6
Solved
I have just noticed recently that my page title will reset to the standard "Untitled Page" after I perform an asyncpostback from inside my UpdatePanel in the main page. The title will not be lost d...
Shannon asked 9/3, 2009 at 18:5
5
I'm trying to incorporate something like Masterpages into a website, and have been wondering about something.
Should you have one template site where you require the header, footer and content(by ...
Ott asked 23/11, 2011 at 21:20
11
Solved
What is prefered way of setting html title (in head) for view when using master pages?
One way is by using Page.Title in .aspx file, but that requires in master page which can mess with HTML code....
Prink asked 28/11, 2008 at 20:40
4
Solved
I have no issues when doing using JQuery in a aspx page without a masterpage, but when I try to use it in pages that have a masterpage, it doesn't work, so I end up putting the jquery files and oth...
Buckskins asked 8/4, 2009 at 19:8
4
Solved
Is there a difference between these two scenarios:
(1) Accessing a property on a master page from a regular child
(2) Accessing a property on a master page from a nested master page
I tried to a...
Riorsson asked 17/5, 2009 at 10:55
9
Solved
HTML
<body>
<form id="form1" runat="server">
<asp:Button runat="server" ID="a" OnClick="a_Click" Text="apd"/>
</form>
</body>
Code
protected void a_Click(obje...
Presentiment asked 22/3, 2012 at 20:43
2
Solved
Background
Within our master page we have a ScriptManager that looks something like this
<asp:ScriptManager ID="ScriptManager" runat="server" EnablePartialRendering="False" EnableScriptLocaliz...
Kush asked 20/6, 2012 at 13:57
5
Solved
I have an ASP.net master page. In this master, I have all my css and javascript files defined. I also have a few images and a few buttons and hyperlinks.
All the urls are all declared as relative ...
Castorina asked 16/3, 2010 at 8:10
© 2022 - 2024 — McMap. All rights reserved.