O
Oleg Ogurok
Hi all,
I'm trying to extend DropDownList ASP.NET control to list US states. What's
the best place to override and fill the Items collection?
I understand Items is of type ListItemCollection, which implements
IStateManager; therefore I only need to populate the collection once. What's
the C#/VB statement to check if this is the first time?
Thanks,
-Oleg.
I'm trying to extend DropDownList ASP.NET control to list US states. What's
the best place to override and fill the Items collection?
I understand Items is of type ListItemCollection, which implements
IStateManager; therefore I only need to populate the collection once. What's
the C#/VB statement to check if this is the first time?
Thanks,
-Oleg.