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

July 2007 - Posts

Great C# to VB and VB to C# Converters
I was recently on Developer Fusion when I noticed some simple and easy to use C# to VB and VB to C# converters. It is not difficult to translate code from one language to the other, but sometimes I'll want to test out a code snippet from some site Read More...

by Brendan | 0 Comments

Infinite Loop in a Property
Earlier today I was trying to debug a Stack Overflow Exception I was receiving. While debugging I was stepping into the function where the problem was occurring. I could not seem to find the problem. A line of code was calling a function and passing it Read More...

by Brendan | 0 Comments

Filed under: , ,

Dynamically Register an Asynchronous Postback Control with a ScriptManager
In order to use an update panel you have to specify the triggers either individually or by setting the ChildrenAsTriggers property of the UpdatePanel. Sometimes you may need to set these triggers dynamically such as if the desired trigger is inside of Read More...

by Brendan | 3 Comments

Filed under: , ,

Accessing a MasterPage ScriptManager from a Content Page
Recently I had forgotten how to access the ScriptManager in my MasterPage from one of the Content Pages. There is a static method on the ScriptManager class called GetCurrent() which will allow access to the current instance of a ScriptManager. This is Read More...

by Brendan | 9 Comments

Filed under: , ,

How Geeky Are you?
There is a test I took a long time ago, and I went back to take the test again. I am talking about The Geek Test . It has been around for years and is an interesting test. I am just wondering how developers score on that test, because it incorporates Read More...

by Brendan | 0 Comments

Filed under: