Hi..
I have three dropdownlists, those are State,City and area .If i select area dropdown list display the details of area in grid view.
Ex: I want to see the hospitals in Uppal(Area),Hyderabad(City),Andhraparadesh(State) in grid view.(C# code)
Hi..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
madhu goudPosted Jul 28, 2014, 7:25 AM
i have 3 main tables those are State,City and Area and sub tables are hospitals,schools etc.
If i select a State in dropdownlist then display the particular cities in that state in city dropdownlist.Then areas in that particular city are display in area dropdownlist.
then i want to bind the details in that particular area like List of Hospitals and schools in gridview
Vasu GadhiyaPosted Jul 28, 2014, 4:18 AM
Please explain Your Question in detail.