Do you mean you have several Dropdown boxes and would like each one to populate based upon the previous one's selection? If that is the case then you can do it a ton of ways. Do you want to use a database (or even have access to one), a List<String>, an array , etc? Are you using .Net 3.x or above (LINQ can be used).
Give us more information as to what you are trying to accomplish and what resources you have to get the job done and I am sure you will get a speedy reply. Thurston Howell III That would probably make more sense than having one dropdown list with everything in it. (That would be simple to accomplish. Time consuming, not fun, but simple). -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Cerebrus Sent: Tuesday, September 21, 2010 3:06 AM To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting Subject: [DotNetDevelopment] Re: Populating Countries, States and City in a Cascading dropdownlist in asp.net with or without AJAX That's it ? On Sep 20, 10:38 pm, Thamizh Jain <[email protected]> wrote: > I need complete source code for populating all the countries, states > and cities information in a Cascading drop downlist with or without > using AJAX control toolkit. > > Thanks > Thamizh
