0
votes
2answers
45 views
State in ASP.net Master Page
We have a bug that we are trying to fix. It looks like one user can see another users data it they hit the same aspx page at the same time.
I was wondering: If we store data in a property on the …
3
votes
4answers
92 views
Are master pages the way to go?
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 the …
0
votes
3answers
67 views
Master Page getting Could Not Load Type error when publishing
Everything works find locally, but when I publish my asp.net application to a remote server I get the following error:
Server Error in '/' Application.
Parser Error
Description: An error occurred …
0
votes
1answer
31 views
Override ASP.NET WebForms MasterPage Header Render Function for SEO
Our ASP.NET WebForms MasterPage is making a muck of our meta data and title. If you go to http://beta.orcsweb.com you will notice our meta tags don't have line breaks and the proper formatting, and …
0
votes
1answer
41 views
Programmatically define a nested masterpage’s master, Is it possible?
Currently I have a site that is set up using a masterpage and a nested master page. The master page setups up the header and footer info. The nested masterpage is used once logged into the site.
…
1
vote
1answer
57 views
Creating a Visual Studios 2010 ASP.NET application without a Masterpage
I've spent a decent amount of time on the web and messing around in the settings and I haven't been able to find a way to create a project in VWD 2010 without a masterpage. Just removing the reference …
0
votes
1answer
20 views
MasterPage has a control in it, and the controls OnClick comes back as method not found in ASP.NET
I have a linkbutton in my masterpage:
<asp:LinkButton runat="server" OnClick="Transfer" Text="Transfer"></asp:LinkButton>
in my code behind
protected void Transfer(object …
0
votes
2answers
34 views
Get all controls from MasterPage ChildPage
Hi.
Is it possible to get all controls from a ChildPage from the MasterPage the child is nested in?
I need all the controls within my form tag, but when i use a MasterPage i cant see the controls …
0
votes
2answers
158 views
Relative Path in master page for img tag
I have a tag in a master page.
I use this master page in many folders. So the src path of the tag should be different for each folder.
Here is my code :
<img src="images/1.gif" />
and I …
0
votes
3answers
72 views
How to call a method of an user control from a page in asp.net 2.0 ?
Hi all,
I have a usercontrol used in a masterpage.
I have added a page with the masterpage.
Now I need to call a method of the user control from the page.
How to do this? Please help.
0
votes
1answer
168 views
ASP.NET User control on a master page renders behind my main content when viewed in IE7
So I have a user control in my master page. When it's viewed in IE7 (or IE8 Compatibility mode), it renders behind the page content from the ContentPlaceHolders. I've tried manually setting the …
0
votes
0answers
258 views
jQuery Tabs with Masterpage - space between tabs and tab content
I'm trying use jQueryUI tabs in a content control. The code below works on a page that doesn't use a MasterPage. When I use it in a content control there is a large gray space between the tabs and …
