June 2007 - Posts
For those of you who do not read Scott Guthrie’s Blog , you really should. I know that any time I need to write JavaScript I switch out of Visual Studio, but I will not have to with Visual Studio 2008. It is supposed to have much better support
Read More...
As I mentioned in my previous blog post about Accessing a property of a base page from a user control , I am going to explain how to access a property on a MasterPage from the content page. One merely has to check the namespace and the class name of the
Read More...
Earlier today I was helping someone who was working with a user control. That control was on an ASP.NET page which was inheriting from a base page. From the user control he could not access the properties of the base page. He mentioned that he was getting
Read More...
Earlier today I had a situation where I needed to clear the output cache entry of a page. After a quick Google search I turned up Steve Smith’s Article on Removing Page Output Cache Entries . The article is a short, helpful article which quickly
Read More...