AutoPostback
-
i have one webpage, in that three controls are there(Dropdownlist) 1. Date 2. Country 3. State Date and State controls have autopostback = false, for counry control autopostback=true while the selection of country the state data will load after postback. now my question is tabindex in the order of 1,2,3. i am selecting the country using keyboard mouse keys, now the ab is not in the same control, i want the tab conrol is in the country dropdownlist please help me
-
-
i have one webpage, in that three controls are there(Dropdownlist) 1. Date 2. Country 3. State Date and State controls have autopostback = false, for counry control autopostback=true while the selection of country the state data will load after postback. now my question is tabindex in the order of 1,2,3. i am selecting the country using keyboard mouse keys, now the ab is not in the same control, i want the tab conrol is in the country dropdownlist please help me
-
After the postback call the controls setfocus method.
I didn't get any requirements for the signature