I am trying to bind data programmatically to to a datalist control. The reason I am not using the standard, set source->DataBind, is that the DataList is dynamically created within the Pane of an AJAX Accordian control.
My goal is to have a datalist filled with checkbox controls. At this point I really just need to know how to add items to my dynamically instantiated DataList control.