I know, there is a property for textbox control in windows form, called selectall().
I am trying to achieve the same in my web app, for a textbox, once it recieves the focus(), i am trying to select all the text in the textbox.
I know, i can write some jquery for this, but, is there any other easier way to achieve this?
Regards, Ron.