I have 3 controls, whose tab index I want to change dynamically. For example My first control is a dropDown list. From there if I select 1st value, then it should go to 2nd control while pressing TAB key and if I select any other value, then it should go
to 3rd control while pressing TAB key.
How can I accompalish this? Is it possible without creating controls at run time? Because that is something I want to avoid. Is it possible using Javascript too?
Go to the complete details ...