Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have 4 dropdown
1)program
2)course
3)branch
4)sem

nd i want to bind ROLLNO dropdown from above

select ROLL_NO from STU_MASTER where PROGRAM='' and COURSE='' and BRANCH='' and SEM='';
Posted
Comments
Telstra 11-Apr-14 3:43am    
please post code what you tried as of now.. so that we can help you

1 solution

Refer

Loading Drop Down Based upon Another Drop Down Selected Value

http://www.aspdotnet-suresh.com/2012/11/country-state-city-cascading.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900