65.9K
CodeProject is changing. Read more.
Home

CascadingDropDown in Ajax With ASP.net

starIconstarIconemptyStarIconemptyStarIconemptyStarIcon

2.00/5 (1 vote)

Oct 11, 2013

CPOL

3 min read

viewsIcon

8981

Step1: Create a table in database:- create table test( state1 varchar(50),city varchar(50)  )  Step2:- In the .aspx Page:-   <select id="statelist"