Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former.

Browse by Tags

All Tags » .NET » ASP.NET
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: , ,

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 | 6 Comments

Filed under: , ,