My first post here and I apologies for a newbie question. I was just wondering what is the easiest way of building a .net web app that will use your service to list all countries in first drop down, the populate State (second drop down) based on selected value of country and populate City (third drop down) based on the selected value of state.
If someone could point me to some code examples or a tutorial that would've great. All i really need is servuce calls examples in .net or ajax (although my ajax is not very good). I had a look myself but have not found anything yet that could be helpful.