J John Timney \(Microsoft MVP\) Oct 6, 2004 #2 try using javascript, something like this should do it............. onClick="javascript:this.form.text_box_name.focus();this.form.text_box_name. select();"> just a guess mind you........... -- Regards John Timney Microsoft Regional Director Microsoft MVP guy said: Is it possible to select all text in a asp text box when it gets focus? Click to expand... How?
try using javascript, something like this should do it............. onClick="javascript:this.form.text_box_name.focus();this.form.text_box_name. select();"> just a guess mind you........... -- Regards John Timney Microsoft Regional Director Microsoft MVP guy said: Is it possible to select all text in a asp text box when it gets focus? Click to expand... How?