a feature of ASP.NET that allows template-based page development.

learn more… | top users | synonyms (1)

1
vote
0answers
7 views

SharePoint show parent site on breadcrumb

I have replaced <SharePoint:SPLinkButton runat="server" NavigateUrl="~site/" id="onetidProjectPropertyTitle"><SharePoint:ProjectProperty Property="Title" runat="server" ...
1
vote
3answers
28 views

How to convert .aspx pages and master pages to html pages?

I am doing one project in asp .net.Its completed,then the same project will be done in html5. How to convert the .aspx pages and master pages to html 5? Is it possible?If any one know please tell me.
0
votes
0answers
12 views

Master page concept in Html5?

I am doing a project based on html 5 controls.All pages in my project having same header and footer. I want to apply master page concept just like in asp .net.Is it possible?If possible please tell me ...
0
votes
0answers
38 views

Using JQuery to change CSS in the master page works, but then reverts back to the default value

This is how I have my HTML setup. <ul id="nav" class="nav"> <li id="home"><a href="/Default.aspx">Home</a></li> <li id="ocr"><a ...
2
votes
2answers
37 views

how to write internal jquery code in master page using asp.net?

this could be an easy question but i couldn't do it. i am using the following code in the header of the master page but it didn't working also when i place it in the other web page that are inherited ...
0
votes
1answer
33 views

Chrome Rounded Corner css?

Helo I Have a css code like this : .rounded { border-collapse:separate; border:solid black 1px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; ...
0
votes
4answers
71 views

jQuery in Master page is not working

The simple jQuery alert wasn't called when i used it on Master/Content page. <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <script type="text/javascript"> ...
0
votes
1answer
43 views

Why is my ASP Page.Request.Files[] always empty? I've tried all posted fixes

We're 4 guys making a website for our final school project. We need to allow a user to upload a pdf. We're using Visual Studio 2012, and we have a Master page set up, and the whole login-process and ...
0
votes
0answers
46 views

Refresh content page when master page is updated

My site uses a Calendar control to determine what date to get data for. Because this calendar should be visible on every page, I've placed it on my MasterPage. If the date on the calendar is changed, ...
0
votes
1answer
25 views

Custom Navigation is visible on Pop up windows like add document etc in Sharepoint 2010

I have created a custom navigation in masterpage. I am facing an issue as this navigation is also visible on pop up windows like add document, add announcements etc. How can I make it visible ...
0
votes
1answer
32 views

making my aspx (developed with html5 codes) as my master page for my web application

I have done a aspx file filled with my GUI, image button and image slide shows. I developed all these 3 functions by using HTML5, CSS and javascript. However, the html5 was completed in the aspx file ...
1
vote
0answers
32 views

Submitting a Form now I have added a MasterPage

I see all kinds of questions all over Google about using Javascript for these things, mainly revolving around the problems of ASP.NET changing the IDs of everthing, but this is NOT my problem. I have ...
0
votes
0answers
45 views

Asp.net mvc master page and razor layout

The razor view engine has not master pages. I have a picture that created in aspx view engine. How can I create this simply in razor view engine.
0
votes
0answers
19 views

Nivo slider with images from DB in Composite c1?

I am new at Composite C1 and in web developpement, I work with Composite C1 master page, and I would like to insert my Nivo slider in a header page replacing the old static image, with images from DB. ...
0
votes
0answers
54 views

Function in JavaScript file does not load in master page?

I have a master page that has JavaScript files added with telerik:RadScriptManager, but in document.ready, the functions defined in the JavaScript file do not load and not detect, and I get this ...
0
votes
1answer
5 views

How to use MasterPage for WebPage in SubDirectory?

Parser Error or Master Page error? I have a website with a MasterPage in my Visual Studio 2010 project. I have many WebForms located in SubDirectories, but for this question I will focus on the ...
0
votes
0answers
38 views

in master page that have scriptmanager call Javascript function

I have a master page that has javascript files added with asp:ScriptReference, but in document.ready the functions defined in the Javascript file do not load, and I get this error: Microsoft JScript ...
0
votes
1answer
69 views

Why function in Javascript file does not load in master page?

I have a master page that has javascript files added with asp:ScriptReference, but in document.ready ( $(function(){}) ) the functions defined in the Javascript file do not load, and I get this error: ...
0
votes
0answers
35 views

Sharepoint page without masterpage

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 ...
0
votes
1answer
60 views

jQuery in Master / Content page in ASP.NET ignored

I'm trying to use jQuery on ASP.NET and actually the code below works perfectly! <head runat="server"> <title></title> <link rel="shortcut icon" href="favicon.ico"/> ...
0
votes
0answers
19 views

Creating a web project with a masterpage, css, javascript and images that can be used by other web projects?

How would one go about creating a web project with a masterpage, css, javascript and images that can be used by other web projects? Ideally, I would want to define a project to be a sort of abstract ...
1
vote
3answers
25 views

Controls not recognized when no masterpage implemented

Hi I am trying to create a single webforms page, but I do not want this specific page to inherit from a master page. The problem is that if I don't reference one, the asp tag isn't getting recognized ...
1
vote
0answers
18 views

Meta Tags Inside MasterPage Output On One Line

I like clean code and I'm sure most developers do. I am coming across an issue where my Meta tags are all appearing on ONE line all together and not on separate lines. I have a file called ...
0
votes
1answer
40 views

How to make left menus height dynamic

I am using Master pages with asp.net, I am noob in CSS, thus tried a lot of properties after searching google and stackoverflow posts as well, but I cant figure out how to over come this, the things ...
0
votes
0answers
27 views

Partial Loading on Sharepoint Designer

Im using Sharepoint Designer 2007 and I have a master page and a content page. In the master page i have a content placeholder and in the content page inside that place holder i have 4 divs that are ...
0
votes
0answers
24 views

this.Master.Master.findcontrol() error

I am trying to access the Master page that is Master of the page's Master. I am using the following syntax to do it.. this.Master.Master.FindControl("abc"); However this generates the following ...
1
vote
0answers
26 views

accessing this.Master.Master.findcontrol()

I am trying to access the Master page that is Master of the page's Master. I am using the following syntax to do it.. this.Master.Master.FindControl("abc"); however this generates ...
0
votes
0answers
77 views

asp menu goes vertical initially then horizantal

I am having this issue when the page loads for the first time my asp menu shows as vertically initially then becomes horizontal. I am using site map and also using the master page and the css file ...
0
votes
1answer
39 views

Partial web page loading [closed]

Hello I'm trying to find out something about web development. I'm using sharepoint 2007, master pages, and content pages. I want to know how to make my website load by parts. Im not talking about a ...
0
votes
4answers
57 views

ASP.NET adding a form to Master Page

So I've never really coded a website using ASP.NET. I'm trying to add a search form to a masterpage for my site. The problem is the whole body is wrapped in a form tag, which makes the functionality ...
0
votes
0answers
41 views

Asynchronous Web site

I have a website that has 8 web parts and a user control. The page takes a really long time to load (>10s). The problem manly is the user control. What is the best choice to make this web ...
0
votes
0answers
41 views

Using update panels on a content page

I have a master page and a content page. In the content page i have a contentplaceholder where i have 5 divs that are webparts and one div is a user control. I want to use update panels and update ...
0
votes
1answer
60 views

Changing a label text in popup control which is in master page

I have a button in content page which triggers a popup control whose labels to ask simple questions to customer. Pop up control is inside a master page. I want to change default value of label( ...
0
votes
0answers
19 views

How to navigate to Jquery ui tab

In my web app, have page like this. http://localhost:49641/Tracking/TrackingPage.aspx The page contains Jquery ui tab( loads using ajax) the tab links( a tags are #201,#202). In the same page ...
0
votes
0answers
61 views

Update Panels Master and Content Pages

I have a master page and a content page. In the content page i have a a contentplaceholder where i have 5 divs that are webparts and one div is a user control. I want to use update panels and update ...
0
votes
1answer
16 views

Access TR of mastepage from Child Page

I need to access a tr control added in masterpage and make is visible using the childpage. Following is the code: //MasterPage <tr runat="server" id="tr_Head" visible="false"> //other ...
0
votes
0answers
50 views

multiple submit buttons and enter key

I have a master page with a search bar and a submit search button, and then on my other pages there may be a form with a submit button. I found a answer to this question before which was I believe to ...
0
votes
1answer
69 views

Retrieve form data from dynamically created input controls in content page

I would have believed that this question has an obvious answer, but I cannot seem to find any. I have an ASP.Net MasterPage which has a content page in which there are several dynamically created ...
0
votes
2answers
53 views

Find Control In Nested MasterPages

I have a control in a nested masterPage, that I need to get at in the codebehind. Ive tried various things and havent been able to get a successful result. The control is a panel called: ...
0
votes
1answer
55 views

Why don't render css property in webform of master page?

I'm using asp.net in VS 2012. I create a master page and design into it main section and using CSS and JS in it. Now i add a content page. But i have a problem: --Why can't i see my css effects in ...
1
vote
1answer
70 views

How to disable/override naming container's ID generation of Content page's control id's

We have an existing ASP.Net web application which we want to convert into using masterpages. In the process of doing this, I found that the HTML id's generated for the HTML elements are prefixed with ...
0
votes
0answers
38 views

Required help for master page asp:menu

I am trying to develop master page using Using Menu and Sitemap with Master Page tutorial. It works fine, but the problem is when I click on child menu items it loads the required page in content ...
0
votes
0answers
37 views

asp menu disappears when click on menu item

I have two asp.net menu controls which generates using sitemap. . . One asp:menu is horizontal and place in master page and the another asp:menu is vertical and also placed in nested master page which ...
0
votes
1answer
14 views

access variable of master from usercontrol

I have a masterPage with a variable. I know how to use the variable on childPage with masterType. But I search how to get the variable inside a usercontrol (the control is on childPage)? Maybe the ...
1
vote
2answers
31 views

ASP.NET Page naming using master pages

I have two user types: Readers and Authors. And I'm using Reader.Master and Author.Master for authorization purposes. Then, there are StoriesR.aspx inherited from Reader.Master and StoriesA.aspx ...
0
votes
3answers
41 views

ASP.NET MasterPage usage for authorization purposes

I am using master pages for authorization. I have three different user types: Readers, Authors and Admins. I have a Main.Master which has the fundamental things of my pages. Then I have, ...
0
votes
3answers
21k views

ASP.NET MasterPage, doesn't display my <%=CodeBehindVar %>

Here is an example of what I want to do: Content side (Structure.master): <%@ Master Language="C#" AutoEventWireup="true" CodeFile="Structure.master.cs" Inherits="Structure" %> <!DOCTYPE ...
1
vote
2answers
89 views

Update <umbraco:macro> with <asp:UpdatePanel>

I'm trying to update a razor macroscript in umbraco (within a masterpage) using . What I'm doing is requesting a webservice with specific information using ajax, getting an answer, and want to update ...
5
votes
2answers
93 views

When in the page lifecycle we can assign master page?

This question has been asked to me recently by my colleauge. I know ViewState is available between InitComplete and Preload events in LoadViewSate method. Similarly I want to know in which page ...
1
vote
1answer
124 views

ASP.net MasterPage.master does not exist

I am having a problem while publishing my website on the IIS server, i don't have direct access to it so i have to rely on some one else to configure my website on the IIS. however when i upload my ...

1 2 3 4 5 38