Browse by Tags
All Tags »
Master Pages (RSS)
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...
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...
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...
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...
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...