Closed GoogleCodeExporter closed 8 years ago
You are using a third-party JavaScript function to set the focus to the text
box, rather than simply focusing it directly.
Instead of using WebForm_AutoFocus('MyTextBox2'); at the bottom of your page,
use:
$("#MyTextBox2").focus();
Original comment by t...@speednet.biz
on 3 Dec 2010 at 3:57
Original issue reported on code.google.com by
prabhaka...@gmail.com
on 26 Oct 2010 at 12:08