Selectall() on texbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In windows forms
textbox1.focus()
textbox1.SelectAll()

makes the text in the textbox selected when the above is run

What is the ASP.NET version of the same task becuase Texboxes do not have
..SelectAll()

Thanks
 
Back
Top