‎2007 Mar 21 5:58 AM
Hi.
I have requirement such as there should three dropdowm and one table control on screen. when we select ZONE in first dropdown, then STATE of that ZONE should come automatically come in second dropdown, and when we select STATE in second dropdown then CITIES should in third dropdown. Finally when we select CITY then data for that city from ZTABLE should display in table control.
Please suggest me solution or send me sample code like this.
Thanks.
‎2007 Mar 21 6:35 AM
give the ok code for drop down box ZONE .when u select ZONE trigger the event based on the ZONE value select the STATE and populate in STATE.similarly for drop down box STATE give the ok code and based on the selected values ZONE and STATE select the values CITIES dropdown box.while selectiing the city ,trigger the okcode and select the values based on the city and populate the table control