Browse by Tags

Related Posts

  • Master Pages and Postbacks

    I have a problem with postbacks and master pages. I have a website project I’ve quickly put together to test this in Visual Studio 2005 (asp.net & c#). On the master page, there are two ContentPlaceholders. In one of the web pages called search.aspx (which uses the master page), I have a ASP.Net...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by dbrook007 on 03-31-2008, 12:00 AM
    Filed under: Page.IsPostback, postback, postbackurl, Postbackurl POST INaming MasterPages, .NET 2.0 master page contentpage gridview, .NET 2.0 master page rebasing, .net 2.0 menu control menuitem css selectedstyle A, .net 2.0 navigation controls tree view......, .net 2.0 Page Load problem, 2.0, Allow html input fields, asp 2.0, Asp .net, ASP .net 2.0 Button javascript onKeyUp, ASP .net 2.0 reflection, asp .net 2.0 C# multiline textbox javascript IE Firefox, asp .net., ASP Master Pages Web Application, ASP.NET, asp.net 2.0, asp.net 2, ASP.NET 2 MasterPages Links subfolder, asp.net 2.0, asp.net 2.0 "master pages", asp.net 2.0 "master pages" refresh issue, asp.net 2.0 aspcompat master pages, asp.net 2.0 master pages, ASP.net 2.0., ASP.NET C#, content place holder, ContentPlaceholder, contentplaceholder masterpage, java script, javascript, javascript asp.net, javascript customvalidator asp.net dropdownlist, maste page default button focus, maste page event handling postbackurl, maste page forms authentication stylesheet, maste page no javascript check, maste pages, master page, master page user control, master pages, MasterPages, mater page, masterpage contententPlaceholder, Masterpage dropdownlist state, MasterPage Images, Asp.NET2.0, asp .net2.0 javascript event handlers, asp 2.0, asp.net client side code, .browser, Master page - Hidden Menu, Master Page - Web Control, Master Page - Web Control, Master page & Css, master page content function call invoke, master page controlos ContentPlaceHolder, Master page Javascript, Master Page Javascript Context Menu, .NET 2.0 master page contentpage, ASP .net 2.0 C#, asp .NET 2.0 masterpage master page refresh runtime changes, ASP .net 2.0 VB, masterPage, masterPage contententPlaceholder menu web.sitemap sitemapdatasource, Master page - Reload, .NET 2.0, asp.net 2.0 "master pages" refresh issue postback, asp.NET 2.0 C#, ASP.NET 2.0 Client Callback, asp.net 2.0 master page asp:menu menu control css friendly menu adapters data bind static item template, ASP.NET 2.0 VB.NET, Maste pages with membership controls, Master Pages - Stylesheet - CSS - Theme, Master.page.IsPostback, asp .net formview page unload confirm save changes client side script to server control
  • Re: dropping controls onto a page that uses a master web page

    Hi There, You need to have ContentPlaceHolder in MasterPage Example: < body > < form id ="form1" runat ="server"> < asp : contentplaceholder id ="ContentPlaceHolder1" runat ="server"> </ asp : contentplaceholder > </ form > </ body...
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-20-2007, 12:00 AM
    Filed under: masterpage, ContentPlaceHolder
  • Is it possible to have a Master page for multiple applicationS?

    Hi all, I am currently developing numerous web application which should all have the same look and feel. Is there a way to use the same Master page - ie have one master page stored centrally, and then referenced by all individual web applications? After looking around for solutions for this, some people...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jameela on 06-11-2007, 12:00 AM
    Filed under: asp.net 2.0, ASP.net 2.0 Deployment, ASP.net 2.0., Content, ContentPlaceholder, contentplaceholder masterpage, master page, master pages, MasterPages, Master Page - Web Control, master, masterPage, C#
  • Re: master page and content pages

    Hello MIA, The best I can give you is that you can give your ContentPlaceholders some default content in the MasterPage itself... when your Default.aspx (or Login.aspx or whatever) inherits from the masterpage, you have an option of setting your Content frame to show its own objects or you can right...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by pixelsyndicate on 03-29-2007, 12:00 AM
    Filed under: ContentPlaceholder, masterPage
  • Master Page, Menu & Content Page

    Dear all, I've searched an answer to my problem on this forum but I didn't find one. I have a Master Page which contains a Menu control. I have created a Content Page which inherits the previous Master Page. My problem is sometimes when I navigate in my web application, the Content Page disappears and...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by eraim on 02-06-2007, 12:00 AM
    Filed under: asp.net 2.0, asp:menu, asp:menu menu, ContentPlaceholder, master pages, Master pages Navigation Content to Content, MasterMenu, master, masterPage
  • Re: ASP.NET Menu control "hides" behind page

    I figured out a really simple Fix for this: Set a style in the page header similar to this (or add it to a linked stylesheet): < head > ... < style type= "text/css" > div { z-index: 9999; } </ style > ... </ head > How I came about this: As I was directly modifying the styles...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Tolaneas on 11-07-2006, 12:00 AM
    Filed under: visual studio 2005, asp:menu, ContentPlaceholder, Div, z-index, masterPage
Page 1 of 1 (6 items)