Hello,
in my aspx page I have 3 combobox.
The First, the only one enabled, shows States. When the user select one state, the other 2 combo read the database and select cities and clients from that state.
At the moment I reload the page when the search take place.
Is It possible to avoid the page reloading?
Luigi