Hi all
I have an .aspx page with a textbox webform control. Basically what I want to do is - if the user enters an incorrect user name and password, I want to be able to inform them and set focus back to the incorrect item - with the incorrect text selected. The informing is not a problem - I just don't know how to select the text and set focus back to the text box. Is there any property or method I can use to do this?
Thanks as always
Craftor
I have an .aspx page with a textbox webform control. Basically what I want to do is - if the user enters an incorrect user name and password, I want to be able to inform them and set focus back to the incorrect item - with the incorrect text selected. The informing is not a problem - I just don't know how to select the text and set focus back to the text box. Is there any property or method I can use to do this?
Thanks as always
Craftor