Hi,
I need to do the usual i.e design a form to get user registration details.
I need to allow him to select his country ,state city but i figure making three separate postbacks would greatly reduce the performance.
Alternatively i was planning to fetch the whole data at client and then sort through it by querying it somehow.
Is it possible??How??
Thanks in advance