Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

Browse by Tags

All Tags » Master Pages   (RSS)

Microsoft Store

Intro To WebMatrix: Create a Contact Form Part 4 Adding A Master Page
In my three previous posts about using the Microsoft WebMatrix tool I showed how to create a form, add database interactivity and automated E-Mail functionality. Today I want to start making the site take a more usable form by adding a site layout. Create Read More...
Having Problems Registering Client Scripts with The ClientScript Object, Try the ScriptManager
This morning I was trolling the ASP.NET Forums and saw this question about registering the Virtual Earth control (it is really not a control, but that is not relevant to this post) and realized I had the same issue just the other day. The person posting Read More...
How to Publish Content from Another URL in a ContentPlaceHolder Control
It seems like every week I see a person asking a question about either placing content in the ContentPlaceHolder control dynamically or from another URL in the www.asp.net forums. By URL they typically mean another page from another site. I think many Read More...
Handling Master Page Click Events in the Content Page
I had to try something new the other day to solve a problem, setting the Click Event Handler of a button on a Master Page in the Content Page. Honestly I have never had the need, or at least not realized that I needed this functionality up to this point Read More...
Top Ten Way to Make You More Efficient Programming ASP.NET
Over the past 8 months or so I have been working pretty steady with ASP.NET 2.0 and Visual Studio 2005. I thought I would drop an entry with 10 things you should either use or be aware of that I think really help my ASP.NET programming efficiency. Read More...
Custom SiteMap Provider
Right before I went down with an illness a few weeks back I started working with the navigation controls in ASP.NET 2.0. I really wanted something that would be able to respond to any new page additions at the time they are added or changed. I did not want to have to create a sitemap file and write some code to update it, I really hate messing with XML to be honest. Read More...