Scott on Writing

Musings on technical writing...

Two New Master Page Tutorials Published

As I noted in an earlier blog post, in May the first of my Master Pages tutorials were published on www.asp.net. Two new master page tutorials were put online today:

  • URLs in Master Pages [VB | C#] - one challenge with master pages is that the master page and linked resources - image files, hyperlinks, stylesheet files, and so on - may exist in different folders, thereby breaking relative URLs. This tutorial includes tips on how to declaratively and programmatically overcome this challenge.
  • Control ID Naming in Content Pages [VB | C#] - both master pages and ContentPlaceHolder controls introduce a new naming container, which adds additional text to the rendered HTML elements' ids. This introduces challenges when referencing the controls through client-side script. It also complicates programmatically referencing the controls in the server-side code-behind class. Read this tutorial for workarounds and remedies to these issues.

There will be a total of 10 tutorials. The next batch looks at interaction between content and master pages.

Like my past tutorials, these tutorials are all available in C# and VB versions, include a complete working source code download, and are available to download as PDF, as well.

Enjoy! - http://asp.net/learn/master-pages/

 

posted on Tuesday, June 10, 2008 3:46 PM

Feedback

# re: Two New Master Page Tutorials Published 6/10/2008 11:22 PM Vikram

Not able to download either pdf file nor code for this tutorial...

# re: Two New Master Page Tutorials Published 6/11/2008 1:25 AM Scott Mitchell

Vikram, what is the URL that is not working for you? I just tested the two new tutorials' code and PDF downloads in both the C# and VB versions, and both worked fine for me.

Thanks

# re: Two New Master Page Tutorials Published 6/11/2008 2:44 AM Vikram

Scott, Now I am also able to download the files.I wonder why it was not working earlier in the day.

# re: Two New Master Page Tutorials Published 7/8/2008 5:03 PM Rafay Bin Ali

Hi Scott,

I have found your blog entries very useful as well your tutorials on 4GuysFromRolla. I couldnt find an appropriate place to ask this question, but the master pages post seems related to my query, so here I go if you dont mind:

What is the purpose of URL rewriting supplied by Microsoft as part of ASP .NET? Adding every single page, without the support for regular expressions, does not seem like the .NET way of doing things. What if my site has thousands of pages. Other than writing an http module for url rewriting, is there any .NET capability that can rewrite URLS for me?

# re: Two New Master Page Tutorials Published 7/8/2008 8:40 PM Scott Mitchell

Hi Rafay. The URL rewriting options out of the box from Microsoft leave a lot to be desired. Chances are you'll want to use an HttpModule approach, such as UrlRewriter.NET:
http://urlrewriter.net/

Scott Guthrie has a nice breakdown of URL rewriting options @ his blog:
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

Title:  
Name:  
Url:
Protected by Clearscreen.SharpHIPEnter the code you see:
Comments   

My Links

Ads Via DevMavens

Archives

Post Categories

 

I am a Microsoft MVP for ASP.NET.
I am an ASPInsider.
<March 2010>
SMTWTFS
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

Comment Stats

DayTotal% of Total
Sunday 2056.8%
Monday 42514.1%
Tuesday 51917.2%
Wednesday 55618.4%
Thursday 58019.2%
Friday 54718.1%
Saturday 1886.2%
Total 3020100.0%

Hour1Total% of Total
12:00 AM 782.6%
1:00 AM 812.7%
2:00 AM 682.3%
3:00 AM 822.7%
4:00 AM 692.3%
5:00 AM 1264.2%
6:00 AM 1193.9%
7:00 AM 1816.0%
8:00 AM 1926.4%
9:00 AM 1585.2%
10:00 AM 1886.2%
11:00 AM 1936.4%
12:00 PM 2016.7%
1:00 PM 1846.1%
2:00 PM 1695.6%
3:00 PM 1354.5%
4:00 PM 1153.8%
5:00 PM 1073.5%
6:00 PM 1013.3%
7:00 PM 1073.5%
8:00 PM 923.0%
9:00 PM 882.9%
10:00 PM 913.0%
11:00 PM 953.1%
Total 3020100.0%

Comments by Blog Entry Date/Time

Day Entry MadeAvg.Total
Sunday 5.00160
Monday 4.80384
Tuesday 4.04477
Wednesday 7.39680
Thursday 6.26676
Friday 5.07466
Saturday 4.78177
Total 5.403020

Hour1 Entry MadeAvg.Total
12:00 AM 5.2937
1:00 AM 1.002
5:00 AM 0.000
7:00 AM 3.8550
8:00 AM 3.72134
9:00 AM 6.06297
10:00 AM 5.63276
11:00 AM 4.22194
12:00 PM 6.16351
1:00 PM 3.09133
2:00 PM 4.89230
3:00 PM 7.67322
4:00 PM 4.00108
5:00 PM 6.07170
6:00 PM 4.64116
7:00 PM 8.95188
8:00 PM 8.63164
9:00 PM 5.00115
10:00 PM 6.31101
11:00 PM 4.5732
Total 5.403020

Learn More About Comment Stats
1 - All times GMT -8...


Blog Stats

Favorite Web Sites

My Books

My MSDN Articles