Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can also use the DataSource, DataTextField, DataValueField, and DataBind() members. You would then get a business object the way you want it, set the CurrentDataTable or the CurrentView as the DataSource, set the column name for the DisplayTextField and DataValueField properties and call DataBind(). That's the basic way to bind a list to the data source in the .NET web controls.
|