0
votes
0answers
19 views
vertical and horizontal scrolls not working
I have a master page which is using the style sheet..
My problem is that my vertical scrollbar does not work and horizontal scrollbar is not showing when i restore down the page.
…
0
votes
3answers
49 views
How do/can designers work with ASP.NET
On most projects I've been one, designers has produced HTML code, then developers turned it into ASP.NET, including master-pages etc that should really be a part of design.
After …
0
votes
0answers
17 views
Issues when changing element width in MasterPage
Hello everyone,
I am editing the following master page which my current SharePoint site is using (I am using SharePoint 2007 + Windows Server 2008),
http://www.mediafire.com/file …
0
votes
1answer
16 views
Is it possible to post only the content page and keep master page as is?
I have one master page which applies to all pages in this website. On some of the button click or user events, I want that only content pages are posted back and all the controls o …
0
votes
2answers
47 views
ASP.NET MVC Master Page
hi Guys
How can one do this?
I would like to save the master pages template in the database and then based on a query string pull the correct template.
Is this possible?
1
vote
2answers
40 views
Store Master Page in Database?
Using Asp.Net MVC is it possible to store a Master Page in a database so I can have different editable Master Pages for different users?
1
vote
4answers
50 views
How to include Javascript file in Asp.Net page
I want to do some client side validation using javascript in ASP.NET page.
I tried using
<script src="../../../JS/Registration.js" language="javascript" type="text/javascript" …
1
vote
2answers
22 views
Dynamically alter markup when loading an ASP.NET page
ASP.NET v2
I have MasterPage which includes the navigation bar for the site along the lines of:
<ul>
<li id="current"><a href="overview.aspx">Home</a>&l …
0
votes
1answer
34 views
ASP.NET Include Disables Code-Behind
Hey Everyone,
I've found that when using the
<!-- include file="MyPage.aspx" -->
command in ASP, I'm not able to use the code-behind in MyPage.aspx.
The issue is that w …
1
vote
1answer
16 views
How to cache masterpage settings?
Hi all,
I am using one master page.In that I am registering java scripts and checking some session conditions for every page.
I Don't want this one to be called for each and ever …
2
votes
3answers
64 views
Nested Masterpages and CSS files
Hello,
I have two masterpages. A main.Master and a search.Master.
The search.Master is a nested masterpage, which is "inside" the main.Master.
To get my CSS files work with maste …
0
votes
1answer
25 views
Inline jquery script to a separate js file with asp.net master pages
Hai guys,
How to include inline jquery scripts used in an aspx to a separate js file with asp.net master pages
1
vote
3answers
35 views
Server Side Includes vs. ASP.NET Techniques is there a performance difference?
I was recently hired to update an ASP.NET 1.0 site, created before master pages were available. Hence the pages have server side includes (ssi) like <!-- #include file="footer.h …
3
votes
2answers
91 views
Is there some sort of Master Page functionality in Ruby on Rails?
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 wantin …
0
votes
3answers
38 views
Content Specific JavaScript and Master Pages
I have some boiler-plate script required for a Telerik RadGrid on one of my content pages. ASP.NET complains if I try and place the script inside the content element, and it compl …
