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

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » Master Pages   (RSS)
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...
Unable to cast object of type X to type X
A little over a week ago I had a very serious bug hit me in the gut. I have a project I am currently consumed with that uses several Master Pages in it. Each Master Page has its own derived MasterPage class, just like any code-behind page would have. Read More...
Utlizing DefaultButton and DefaultFocus in ASP.NET 2.0
Today I started my morning reviewing blogs and news sites and saw a link on www.asp.net for handling the enter key on Web Forms. This has been an ongoing issue for me over the years. I have tried some JavaScript solutions, just like everyone else, but at some point they all seem to fail. Today I have a solution! Read More...
Building a Custom SiteMap Provider (PART I)
The new ASP.NET 2.0 menu control is pretty good, and fairly easy to work with. The concept of a site map provider is good too. Unfortunately the provider has some flaws in the design that will ever keep it from being used on any of our production sites. Read More...
Nesting Master Pages, Do It At Your Risk.
I love Master Pages, it was one of the two main reasons I can dump DotNetNuke in favor of ASP.NET 2.0 alone. The other being Membership. I hvae found using master pages to be quite easy and extremely useful. I won't get into what I used to do here, but it was a similar idea, just not nearly as clean. Read More...