Bruce
asked on
How do I programmatically add items to a DataList ASP.NET Control?
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.
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.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER