I have several textboxes and comboboxes in an UpdatePanel all with AuotPostBack set. In teh TextChanged sub I do some processing tehn want to conditionally set focus to a comb box. I do this by calling ScriptManager1.SetFocus(cbotype_1.ClientID). When I do this then the text is not selected (highlighted) the same as it would have been by the user tabbing into the control. Any ideas how I can do this with server side code if possible?
Regards
David
Regards
David