Fill ComboBox Dynamically in asp.net.. help required

Posted by Abid Ali on Stack Overflow See other posts from Stack Overflow or by Abid Ali
Published on 2010-12-25T15:46:55Z Indexed on 2010/12/25 15:54 UTC
Read the original article Hit count: 302

Filed under:

The Scenario which i have thought and which i want to do is that I have 2 combo boxes.. One of Country and One of Cities.. On Page Load, Country Combo box must be filled with the corresponding values present in the Database and at that time My Cities Combo box should be hidden.. By selecting the Country from the Filled Country Combo Box, the hidden Combo Box that is the Cities Combo Box visible to true and filled with those cities that the user selected the country from the country combo box...

Can any one help me with that?

© Stack Overflow or respective owner

Related posts about ASP.NET