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

Category Archives: C#

ObjectDataSource, SOA Style

It’s been entirely too long since my last post, and with the olympics in full swing, we’ll go with a volleyball theme for this post. BUMP So here’s the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use [...]

Also posted in .NET, ASP.NET, Reflection, WCF, Web Services | Tagged , | Comments closed

Dynamic Control ViewState Problems

Technorati Tags: ViewState,ASP.NET The ID Property is Important I’ve encountered quite a few developers having ViewState problems with dynamic controls.  Ever have a control get recreated, but the value isn’t there on PostBack and you are creating your controls at the correct time?  Frustrating to say the least.  Anyway, even if you follow the correct [...]

Also posted in .NET, ASP.NET, CSS | Tagged | Comments closed

Wrox Blox – ASP.NET AJAX Control Development with Visual Studio 2008 and .NET 3.5 Framework

Technorati Tags: ASP.NET,AJAX,Controls I’m happy to announce that my second Wrox Blox is done and available for purchase as of today!  As you may remember, back in January, my first Wrox Blox on the ASP.NET AJAX Control Toolkit was released.  Now, continuing with the ASP.NET AJAX theme, the new Wrox Blox deals with creating your [...]

Also posted in .NET, AJAX, ASP.NET, JavaScript, News | Tagged , | Comments closed

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, LINQ | Tagged , | Comments closed