Whidbey

I've been playing with the Personal Website Starter Kit a little bit lately. One thing that I didn't like about it from the start was that the content in the default.aspx was largely static, so I set out to make it a little more dynamic. After a little digging in the whidbey quickstarts I decided that a FormView would be looked like the way to go. I'm trying to keep any modifications simple, so I created a really simple table that would cover the very basic needs of the sections that are shown on the default.aspx: ContentContentIDHeadingContentIsVisible I then created the basic CRUD procedures that would...

posted @ Friday, April 29, 2005 4:59 AM | Feedback (0) | Filed Under [ Whidbey ]

Since there are probably going to be a lot of posts about all things Whidbey soon, as people get more and more chance to play with things, I've decided to throw in my two cents about a really cool piece of functionality that I recently used. ObjectDataSource - too cool, I've been waiting for something like this for a while. This is more my style than using stinkin' DataSets. You can see what I did at bluefenix.net . I built it based off of the Personal Site Starter Kit that comes with vwd on up, so there's still a lot of Lorem Ipsum...