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

Yearly Archives: 2008

ASP.NET 3.5 Charting Control – Formatting Tooltips as Date

I’m sure you all have heard that there is now a free ASP.NET charting control that is an add-on to ASP.NET 3.5.  If you haven’t or need one of the bits, check out ScottGu’s blog.  I recently started using the component and it’s really nice.  While working with it, I ran into an issue formatting [...]

Posted in ASP.NET, ASP.NET Charts | Tagged | Comments closed

Gift Ideas for the Geek

Christmas is fast approaching, and often I’m asked what to get a fellow tech geek.  There is an infinite amount of things I could write about, but I’ll pick a few items from some popular categories.  In this post, we’ll look at three categories, books (“serious” gifts), Office Space gear (“fun” gifts), and USB gadgets [...]

Posted in Misc, Review | Tagged | Comments closed

Microsoft Announces Visual Studio 2010 and .NET 4.0

Yesterday, Monday, September 29th, Microsoft announced the next version of Visual Studio and the .NET Framework.  For even more information on this, September 29th – October 3rd is Visual Studio Team System 2010 week on Channel 9. Microsoft has been busy this week announcing exciting changes, and Visual Studio 2010 and .NET 4.0 is certainly [...]

Posted in .NET, News | Tagged , | Comments closed

jQuery and Visual Studio

Cool Stuff! Microsoft has announced that they will be shipping jQuery with Visual Studio going forward.  For more information on this announcement, you can refer to Scott Guthrie’s or Bertrand Le Roy’s announcement.  It will be licensed under the MIT license (as it is now) and will not be altered from the original source.  The [...]

Posted in .NET, ASP.NET, JavaScript, jQuery, News | Tagged , , , | Comments closed

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 [...]

Posted in .NET, C#, Reflection | Tagged | Comments closed