dropdown list -data binding

smriti

Regular
Joined
Jan 7, 2005
Messages
54
Hi friends,I used two dropdown client and subclient lists in my code.
My requirement is as follows

I bounded the items from database to Client dropdown list
Now if i select an item from Client list i want to bound
subclient list with some values.
I used sqlquery by using join its working fine if i write entire
code in buttonclick event
but its not working when i write in onselectindexchange event

any way i don't want to use that
can any one guide me to write the code using javascript
I can't move forward on how to bound the list with database items using javascript. :confused:

Thanks,
smriti
 
Back
Top