Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

June 2007 - Posts

Visual Studio 2008 JavaScript Intellisense!
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...

by Brendan | 0 Comments

Accessing Master Page Properties from a content page
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...

by Brendan | 8 Comments

Filed under: ,

Accessing Properties of a Base Page from a User Control
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...

by Brendan | 3 Comments

Filed under: ,

Clearing Page Output Cache Entries
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...

by Brendan | 4 Comments