ASP.NET how to bind all elements with certain class to the same data source

gwecentil

New Member
Let's say that I have 100 dropdownlists with the class "statuses". How can I bind all webcontrols with the class "statuses" to the same datasource instead of doing it one by one?Thanks in advance!
 
Back
Top