By tag: MasterPage
0
kicks
TipJar: Title Tags and Master Pages
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" />.
0
kicks
Moving jQuery File Reference to ASP.NET MasterPage
I ran into two gotchas that I thought I would share.
0
kicks
Code Snippet: Master Page Meta Tags
I don't know about you, but as a Web Developer I sometimes find myself not doing the things I should be doing.
0
kicks
Diet plan for ASP .net pages… LOOSE WEIGHT NOW !!
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.
0
kicks
How to refer Master page content in Content Page - Vikram Lakhotia
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.
0
kicks
ASP.NET: How to Convert Your Site To A MasterPage Site in 3 Steps
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!
0
kicks
Accessing a MasterPage ScriptManager from a Content Page
A blog post explaining how to Access a Script Manager on a MasterPage from within a Content Page.
0
kicks
Handling Google Maps API Keys with ASP.NET MasterPages and Web.config
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.
0
kicks
How-to: Access ASP.NET MasterPage properties without casting
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.
0
kicks
Masterpages hate logic, throw interfaces at them
Wyatt Barnett explains a good way to keep your logic and presentation independent.
0
kicks
Master Page ContentPlaceHolder inside head element
Short article on using ContentPlaceHolder inside head element.