Hi,
I have a freetextbox control in a web app I'm maintaining at work, and on a form it is the last textbox (above are 4 normal textboxes). The page starts with focus in the first textbox, a standard ASP.NET one (not AJAX), and when I press tab the focus jumps to the browser url window.
How can I resolve this?
Thanks