Ok, onto some Good Stuff--V2 Datagrids!
Since I was already "scolded" for my last post not being .NET-related :)
Here are my notes from Scott Guthrie's keynote last week. I know some people have already blogged some of this, but I thought I'd go ahead and share what I wrote down:
1) First thing I notice is that the new Visual Studio Scott is using has script tags in the code. As an inline coder myself, this makes me go "hmmmm..."
2) No "code" is required to Databind, to do sorting, paging, or even editing (with real updates!) This is phenomenal news--now I see how they're going to meet their code reduction goals.
3) Some neat-looking <asp:xxxdatasource> tags, <asp:sqldatasource> was one, I think there were others. Somehow the Datagrid gets bound to these things, and that's how there's no code. They have parameters, too.
4) Scott even did a demo where you could filter the results of the data grid to the value of a DropDownList, ALSO WITH NO CODE. Very interesting. I think it has something to do with those datasource controls I mentioned above.
So, all this stuff doesn't suck. Can't wait to see more!
Datagrid Girl