Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ASP.Net DropDownList using Array (ArrayList) in C# and VB.Net.
A For Loop will be executed over an ArrayList (Array) and one by one each item of the ArrayList will be added to the ASP.Net DropDownList.
↧