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

Category Archives: Reflection

Get and Set Properties using .NET Reflection

Introduction I would like to set the text value on a textbox control. It sounds easy enough. First, I would like to create a textbox web control then I would like to access one of its properties “Text” and set the text to “Hello World”. Well what do you need to do to write your [...]

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

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, C#, WCF, Web Services | Tagged , | Comments closed