Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: LINQ

Building A Better FindControl

Technorati Tags: ASP.NET,C# I’ve come across a lot of times when I wish I could just use the standard FindControl method on a Page or on a container control and have it be found without having to make sure that the control was a direct child of my current container.  Also, I wish I could [...]

Also posted in .NET, ASP.NET, C# | Tagged , | Comments closed