Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
108 views

Sharepoint project crashes when deploying

I got a lot of projects for Sharepoint which all work fine instead of one. This project can only deployed by one developer of our team, all other devs keep getting an exception when trying to deploy ...
5
votes
4answers
625 views

Create a masterpage that fits any screen resolution

I have created a masterpage and I want the ASP.NET pages attached to it to fit any screen resolution. Its a html tables based design. I read that if you keep tables width and height to 100% then it ...
4
votes
1answer
484 views

How do I use Paul Irish's Conditional comments in a SharePoint 2010 master page

I want to use Paul Irish's Conditional comments from the Boilerplate HTML template: <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]> ...
4
votes
3answers
316 views

C# .NET Website - adding a CSS class to menu elements

I've been using PHP for 7 years or so now, but as of today I've been thrust into using .NET for a project. Just for an insite: This project features: .NET4 Viewstate = false Now my issue is this. ...
3
votes
1answer
88 views

specify masterpage of subdirectory pages in web.config

I know its possible to specify the masterpage of all pages using the pages element of the web.config but is it possible to specify that for all the pages under /foo/ that they should have a certain ...
3
votes
1answer
2k views

ASP.NET - Update panel in Master page, refresh button in Content Page

I have Update panel in Master page: <asp:ScriptManager id="CartScript" runat="server"></asp:ScriptManager> <asp:UpdatePanel id="CartBox" runat="server" ...
3
votes
2answers
705 views

How to use jQuery AJAX in ASP.net master page?

I have an ASP.net web application with a master page. In the menu bar of my master page, there is a search function where a user types in a query and clicks a button. When the button is clicked, the ...
3
votes
2answers
1k views

Change the master page from code behind

I have a web page named MyPage.aspx and two master page named Home.master and BlanK.master. By default MyPage.aspx uses Home.master.But based on some condition I need to change the master page from ...
2
votes
1answer
68 views

why we use @Master type?

if we have a master page and a content page.so the content page @Page directive look like as <%@ Page Language="C#" MasterPageFile="~/Site1.Master" .... /> so , in order to access master ...
2
votes
2answers
106 views

Masterpage CSS link can't resolve ~

I'm working on a web interface in C# ASP.net. If it matters, I'm using XHTML 1.0 Transitional. This website has a masterpage thing going, and that's where the problem came in. When I used a real ...
2
votes
1answer
47 views

How to Avoid Masterpage's url rewriting

I have a masterpage in the root directory of my site. Then in another directory, I have a web form that is set to use this masterpage. The problem is that when the page is shown, all the Urls from ...
2
votes
3answers
126 views

how to make masterPage contents visible based on role?

I am developing an application with masterPage. I want to put loginStatus, LoginName controls into masterPage. now, I want these loginStatus and LoginName controls be visible only if the user is ...
2
votes
2answers
124 views

masterpage with usercontrol problem

I have a masterpage and 2 usercontrols(A.ascx & B.ascx) on this masterpage. In these one of them usercontrol(A.ascx) have another usercontrol(C.ascx). And I use this masterpage on default.aspx ...
2
votes
4answers
468 views

change masterpage image src from page in update panel C#

I have a master page that contains an image as follow: <asp:Image ID="imgCompanyLogo" runat="server" ImageUrl="image path" /> and in a child page I want to edit the property ImageUrl as ...
2
votes
1answer
137 views

How to handl this masterpage in ASP.NET

I am now creating a website.I v almost done for Login page,register page and change password page.I v created the masterpage which is masterpage.master. After i create a folder Accoumt and put all ...
2
votes
2answers
489 views

How to use jQuery in ASP.NET 4 master pages

I have an ASP.NET 4 web app. I am using a Master Page Site.Master. The head of the master page is: <head runat="server"> <title></title> <script type="text/javascript" ...
2
votes
2answers
195 views

Exception being handled in masterpage

If an exception was thrown in a page, would it be possible to be handled within the masterpage (assuming it wasn't handled before?)
2
votes
2answers
430 views

how to update content page from master page?

Menu links are in the master page and and the corresponding click events are written in the master page itself. I have only one content page. Data is saved in html form in the DB and that will be ...
2
votes
2answers
468 views

ASP.Net Background Music

I have a website with a master page and I want to play an mp3 file in the background, in every page. tried bgmusic but its not supported and so is embed. Any Ideas?
2
votes
7answers
233 views

problem with masterpage and jquery

I have a MasterPage that inside its content section I added a FORM element. When accessing that page, all my controls are renamed since the FORM is runat=server. And thus when selecting in jquery, ...
2
votes
3answers
147 views

Is Microsoft planning to remove MasterPages from MVC?

http://weblogs.asp.net/scottgu/archive/2010/10/22/asp-net-mvc-3-layouts.aspx After reading a bit through the post, it seems that the MVC team is trying to replace the MasterPage functionality. This ...
2
votes
3answers
916 views

issue with Response.Redirect while using masterpage

I am developing a project using C#.net. Here in master page I have a button for search which will redirect to different pages in the project. I am using "~/searchpage.aspx" for redirecting to other ...
1
vote
0answers
48 views

Unable to edit or set masterpage in SP2010 site (migrated from wss 3.0)

I just migrated sharepoint site from wss 3.0 to SP2010 foundation. The site is not rendering while the "lists" are visible. I want to open and edit the masterpage for the site first. Opened site ...
1
vote
3answers
64 views

hide google analytic code

Is it possible not to show the google analytic code on the master page? I mean can I place it somewhere where no one can see it but still get all the analysis on the application ?
1
vote
4answers
113 views

Get Page Title In Master Page Code Behind

I want to get the page title in c# master page code behind. I tried using Page.Header.Title; property but it return null. Please help me to get the title. Thanks in advance. Shibin V.M
1
vote
1answer
198 views

linkbutton open new page and pass value without using query string and session

I'm working the linkbutton in a nested masterpage and want to pass a value to a new page . What I want to do is once I click the link button. a new page will be open and keep the current page. in ...
1
vote
2answers
78 views

Refer Jquery in ASP.Net master page

I am using the Jquery library, and I understand the suggested approach is to reference it at the bottom of web page, within the <body> tag & not withing the <head> tag. But when using ...
1
vote
2answers
82 views

best web design approach

I'm more of a asp.net web app dev, I came across my first side project and I stumbled on what is the best way to style a web page. Here's my problem: I need to style a master page so any content that ...
1
vote
1answer
137 views

Master page titles

Iv been trying to do this for 2 hours, and google didnt help either. What im trying to do is, set the master page title to "My web page", and then from the child pages i want to append to this title. ...
1
vote
1answer
151 views

How To: add dynamically HiddenField in masterpage base page

I have a Base MasterPage class, from which my masterpages will inherit. I have some javascript functions there for it's child pages to include. As it's a base class, it does not have a visual designer ...
1
vote
1answer
144 views

Reading and appending to master page titles?

what im trying to do is to read the current master page's title, and append something to it from the codebehind of the child page. I tried to use: this.Master.Page.Title.ToString() But it returned ...
1
vote
3answers
79 views

Getting Child page title from user control on Master page

I have a user control in the Master page. In the code behind of that ascx, I want to get the title of the page. The title is being set in the head section with tag in the child pages.
1
vote
2answers
54 views

Change master page for nested master page at runtime?

I have 2 master page: master1.master, master2.master And i have another nested master page nestedMaster.master that nested from master1.master. Question: How can i change nested master page file of ...
1
vote
2answers
87 views

Access content page elements from jquery

I am trying to access the value of a textbox and Hidden field from jquery. I am getting value as undefined. These controls are inside the content page of my master page. <input ...
1
vote
4answers
125 views

Asp.Net MasterPage and JQuery

I have a jqueryscript that works with asp.net pages without masterpages. When the page gets an reference to a masterpage the script stop working. The masterpage: Within the header: <script ...
1
vote
0answers
77 views

Sitemapnode(breadcrumb) value changes when multiple users

I have a user website, having pages Home-->Brands --> Properties --> Designs --> Objects. Each page having its own sets of selection value. Using breadcrumb navigation (sitemap path) in master page, ...
1
vote
1answer
48 views

Get the names of the Masterpages for each Web Application by powershell

Is there any way to spot the master pages for site-collection or site level(better)? I thought that, powershell can help me for this aim.
1
vote
1answer
87 views

Adding tabs to asp.net content page

I have many content pages. In master page I have added the tab About us, support, contact us. Which will come in all pages. But some pages will have different tabs from other pages. EX: group page ...
1
vote
0answers
203 views

ModalPopupExtender and DynamicPopulateExtender in MasterPage

I have read that it is not a good idea (or just straight not possible) to put ModalPopups and DynamicPopulates in Site.master. However, if I wanted to have a link in the header/footer that opened up a ...
1
vote
2answers
201 views

ContentPlaceHolder with link in master page and default.aspx page

I am using <head runat="server"> <title></title> <link id="Link2" href="~/App_Shared/CSS/AjaxStyle.css" rel="stylesheet" type="text/css" runat="server" /> ...
1
vote
2answers
242 views

How to check if the MasterPage logout button is clicked in the content page

I have a requirement where I need to check if the user clicks the logout button in the Master page and skip a method in content page.Because that method has Response.End which causes the Response to ...
1
vote
1answer
275 views

jQuery BlockUI Plugin on MasterPage - IE mouse wait cursor fix

In IE, BlockUI unblockUI doesn't change the wait cursor back to default. The cursor changes back to default the instant it moves a pixel after the unblock though (as if the cursor graphic was changed ...
1
vote
5answers
111 views

Master Pages Controls Id After Rendered

In my asp.net projects there is a master page and there is a control on Contentplaceholder1. Changing this control's id after rendered like "ctl00_Contentplaceholder1_control" in my local. But at the ...
1
vote
3answers
143 views

Different menu in master.page depending on login type

I have 2 types of users (phonebookers and salesrep). They are supposed to have 2 different menu bars, pending on their login. From the login.aspx - I set a number of Session[]s among them an ...
1
vote
1answer
485 views

SharePoint 2010 - Refresh masterpage for subsites when applying a new one to root web

Let me expose my question : I have a root site, with a masterpage, and many subsites. Some are using the root site masterpage (by inheriting) and some are not using the root site masterpage. When I ...
1
vote
2answers
613 views

catch close browser with onunload function using master page in ASP.NET

I have a website with master page. I want to catch a user trying to close the browser/tab. When I try using onunload in the body tag, it fires not only when I try closing the browser, but also when I ...
1
vote
2answers
104 views

masterpages and css

i set some css rules and html tags, that looks desirable in the design view. But when a child form of the masterpage loads the page, it looks different. Can a child css rules dominate the properties ...
1
vote
1answer
276 views

MVC C# Log In Masterpage

Hey, I'm new to mvc .net. I have a masterpage which has a log in on it. Now i want to be able to log on from any page. But i can't seem to get it to work. I have a AccountController with the method ...
1
vote
1answer
187 views

how to add announcement list to a master page in SP 2010

I want to add an announcement list to my masterpage, so that these announcements are shown in all the pages in the sitecollection. from googling i found out that we cannot add dynamic webparts to ...
1
vote
4answers
457 views

Is there a concept of a master page (like in asp.net) for WPF?

I've started a WPF (web-based) application and it has multiple pages. I want to implement the concept of a Master page in WPF, so that when I make changes in the design/layout of one page then all ...

1 2 3 4