Binding Data to Data Web Controls
4GuysFromRolla – Binding a Scalar Array to Data Web Control The ASP.NET data Web controls can display any data that implements either the IEnumerable interface or the IListSource interface. They are bound through two lines of codes: The object is assigned to the data Web control’s DataSource property The data Web control’s DataBind() method is … Continued