how to read xml and bind its record to asp.net dropdownlist using javascript on dropdownlistselectio

  • Thread starter Thread starter Santosh
  • Start date Start date
S

Santosh

Dear all,

i am giving selection to the user like when it select country from
asp.net dropdownlist it will display all records in next dropdownlist
related to it on asp.net dropdownselectionchanged event. it is working
on server side ,but i want to work it on client side, i want to give
selection to user without page post back. so that purpose obiously i
need javascript. can anyone tell me how i can do this using javascript.
any help will geratly appreaciated.

Regards

Santosh
 
this is not helping me i want to bind lidt from xml source and on the
selection changed event i want to display sotred records according to
first selection.
 
Back
Top