Inspired by CodeCamp and frustrated by the limitations of a blog post when it comes to producing code, I’ve started a new website (running ASP.NET! W00t!) to host code demos at the appropriately named demos.thrustlabs.com
There are only two in there so far:
Wrapping arbitrary web content in Javascript: sometimes you need to make a widget in a hurry. This shows probably the most basic technique to wrap web content in Javascript for dynamic inclusion (more to come!)
Data Binding a DropDownList control in ASP.NET: Unlike the Repeater and other more versatile controls, the DropDownList is pretty limited in its databinding capabilities, especially when trying to bind against complex objects. This demo shows 2 techniques to work around this, and 1 technique that doesn’t work.
Post a Comment