Stories recently tagged with 'MasterPage'

TipJar: Title Tags and Master Pages(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

There are a couple of peculiarities worth understanding when dealing with title tags and master pages within Web Forms and ASP.NET MVC. These assume you are using the HtmlHead control, aka <head runat="server" />. read more...

add a comment |category: |Views: 14

tags: another

Moving jQuery File Reference to ASP.NET MasterPage(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

I ran into two gotchas that I thought I would share. read more...

add a comment |category: |Views: 229

tags: another

Code Snippet: Master Page Meta Tags(codersbarn.com)

submitted by BognitBognit(2125) 3 years, 10 months ago

I don't know about you, but as a Web Developer I sometimes find myself not doing the things I should be doing. read more...

add a comment |category: |Views: 23

tags: another

Diet plan for ASP .net pages… LOOSE WEIGHT NOW !! (tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 1 month ago

If we don’t take care about how we feed our ASP .net pages… we will find that they will tend rapidly to gain too much weight, this can provide us a lot of headaches. Let's see how to reduce the size of our pages. read more...

add a comment |category: |Views: 6

tags: another

How to refer Master page content in Content Page - Vikram Lakhotia(vikramlakhotia.com)

submitted by Vineet2Vineet2(435) 4 years, 3 months ago

Many a times while using a master page we want to refer content, Controls and properties in Master Page while working in Content page. We come across requirement where by we can change or access the values of controls residing in Master page when we are coding in the content page itself. read more...

add a comment |category: |Views: 19

tags: another

ASP.NET: How to Convert Your Site To A MasterPage Site in 3 Steps(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 4 months ago

This article is for those who don’t have much or any experience with MasterPages or are converting an old ASP.NET site to a MasterPage-driven site. If this is you, don’t be afraid—You can do it in just three easy steps! read more...

add a comment |category: |Views: 26

tags: another

Accessing a MasterPage ScriptManager from a Content Page(aspadvice.com)

submitted by benrickbenrick(1020) 4 years, 10 months ago

A blog post explaining how to Access a Script Manager on a MasterPage from within a Content Page. read more...

add a comment |category: |Views: 165

tags: another

Handling Google Maps API Keys with ASP.NET MasterPages and Web.config(shepherdweb.com)

submitted by ShepherdWebShepherdWeb(420) 5 years, 5 months ago

Juggling Google Maps API keys for a single application between multiple locations (local development, testing server, production server, etc...) can be a pain. Here's a trick that will simplify your life. read more...

add a comment |category: |Views: 135

tags: another

How-to: Access ASP.NET MasterPage properties without casting(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 8 months ago

ASP.NET master pages are pretty handy and here is a simple tip to make them even easier to use. Using the MasterType reference in your content page allows you to refer to your master page properties without having to cast it to your master page type every time. read more...

add a comment |category: |Views: 368

tags: another

Masterpages hate logic, throw interfaces at them(sitepoint.com)

submitted by ChrisShawChrisShaw(65) 5 years, 8 months ago

Wyatt Barnett explains a good way to keep your logic and presentation independent. read more...

add a comment |category: |Views: 5

tags: another

Master Page ContentPlaceHolder inside head element (mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 10 months ago

Short article on using ContentPlaceHolder inside head element. read more...

add a comment |category: |Views: 559

tags: another