What's New

Browse by Tags

All Tags » Data Controls (RSS)
Databinding 3.0
There was a post on our internal discussion group recently where a customer pointed out one of the weaknesses of 2 way data binding not working within user controls. Consider the following page: < asp:ObjectDataSource runat= "server" ID=...
Dynamic Data in Regular Websites/Web Applications
Today I'm excited to share that we've released DynamicData Preview 4 on codeplex. Check out the latest bits here . This release is particularly interesting not only for people that have been using Dynamic Data for a while now, but anyone that...
External ITemplates and Hierarchical Databinding
Ever wish you could declare a template outside of the control you were defining the template for? We always get requests to have FormView's InsertItem template fall back on the EditItemTemplate and vice versa. That would be easy if we could do what...
Invalid postback or callback argument
I'm sure many of you have seen this error message when developing your web application: Server Error in '/' Application. -------------------------------------------------------------------------------- Invalid postback or callback argument...
A new way to DataBind()
The Problem I've been thinking alot recently about the problems with data binding (and they're alot). There are some patterns that play well with ASP.NET (and are repeated everywhere) and some that don't quite fit the model. One of those patterns...
More Posts