Click here to Skip to main content
15,896,456 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I searched lot in google but i did not get useful information.so please can anyone provide sufficient answer..
Posted
Comments
When you want to focus? On Page Load? What have you tried?
User-11630313 17-Nov-15 6:04am    
i have parent child drop down lists using ajax cascading dropdown...when i select the parent drop down the focus will move to child drop down...how it's possible?

1 solution

Quote:
i have parent child drop down lists using ajax cascading dropdown...when i select the parent drop down the focus will move to child drop down...how it's possible?
Write a onchange event for the DropDownList. Inside that event set focus for the other DropDown.
 
Share this answer
 
Comments
User-11630313 18-Nov-15 7:29am    
i tried it but it is not working....
Then you need to first check if the Ids are same as the Id you are trying to focus in your code.

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