Click here to Skip to main content
16,016,746 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
how to Populate Dropdownlist From Another Dropdownlist Selection? in asp.net using vb
Posted

use DropDownSelectedChange Event of first drop down list and code for second drop down list pop up.

Ex.

if ddlitem.selectedindex!=0 then
--code for data fill
else
--code from drop down list disable
end if
 
Share this answer
 
http://www.tajhotels.com/Luxury/City-Hotels/Taj-Coromandel-Chennai/Special-Offers.html

i wanna to display dropdownlist like tat in tat site
 
Share this answer
 
v2
how to Populate Dropdownlist From Another Dropdownlist Selection? in asp.net using C#
 
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