Browse by Tags

All Tags » DataBinding » DataControls (RSS)

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 that...

How <%# Bind %> Works

In my last post I spoke about 2-way databinding and how it can be used to extract values from control properties. How does this all work? Lets take a look at a page with 2-way databinding: < asp : LinqDataSource ID = "productsSource" runat = "server...

Getting your data out of the data controls

After you've created a layout with a data control of your choice and eventually bound them to some datasource, you almost always want to get that data back out of them(and why wouldn't you, its your data). One thing you'll learn about developing asp.net...
More Posts