Help on binding controls based on result of others ????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all

I have an asp 1.1 page on which I have place a dropdownlist and different
text box
It is a kind of information filled by my user similar as Country, area,
telephon etc...

What is the best way to populate other controls automatically according to
the selection in the dropdowlist.
 
Based on numerous references (not on my personal experience) Ajax is the
technology that can be employed for this sort of things.

Eliyahu
 
Hi

The way we normally handle this issue is to handle the OnSelectIndexChanged
of the DropDownList.

You can write the logic that you want to perform in this event

Regards
Kashyapa
 
Doing so means that I will have as many round trip to server as I want to
handle that kind of situation then ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top