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 » Tips » ASP.NET
Generic Recursive Find Control Extension
Earlier today I posted about a Recursive Find Control Extension Method . I was informed recently by Steve Smith that I should check out the generic find control method which Aaron Robson has on his blog . He has some pretty nice methods there, so I just Read More...

by Brendan | 0 Comments

Creating a Recursive FindControl Extension Method
So one of the most useful methods for ASP.NET development that never seems to be included in ASP.NET is a recursive find control method. This problem results from the standard FindControl method on controls only searching within that control. It only Read More...

by Brendan | 0 Comments

Accessing Controls inside of Templated Controls
One question that seems to come up often in the asp.net forums is from people who are trying to access controls within controls using templates. LoginViews and CreateUserWizard controls are two commonly used templated controls. These templated controls Read More...

by Brendan | 2 Comments

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

Filed under: ,

The Blog Only Idiots Do Not Read
In this new age when the Internet is becoming the medium of choice, blogs are rapidly gaining momentum. It is nice to be able to get information direct from the experts in any area. The ease with which one is able to obtain this information is astounding, Read More...

by Brendan | 4 Comments

Filed under: , ,