From: Brian @ A. <br...@aj...> - 2006-03-21 17:48:49
|
Using tab to move between textboxes is normal behaviour.=20 The tab key moves the focus from one control to the next, so when a = textbox has focus and you hit the tab key the textbox loses focus and the next control (in the tab order) gets it. This is true whether you've entered any text or not, but your message implies that you're getting different behaviour after you enter some = text and moving off.=20 I suspect that you're getting the onBlur event, or maybe the server-side TextChanged event is firing because you have AutoCallBack set to True ?? Brian Lowe, AJP Interactive br...@aj... =20 -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of = Mike Weichert Sent: 21 March 2006 17:18 To: ant...@li... Subject: [Anthem.NET-users] Problem with focus.... Hi guys, I'm having some problems with using tab character to change focus from = one control to another. I have the tabindex properties set as they should. = If I tab through each control (textbox) without entering a value, they work = as expected. However, if I enter a value into a textbox and then tab, the control looses focus. The AutoPostBack property of all the controls is set to false, and the AutoUpdateAfterCallBack property is set to true. This is using the latest .NET 1.1 version. Thanks, Mike -- // This is my personal e-mail account // that I use for communication only. // Please send any e-mails with attachments // to mwe...@wi.... ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the live = webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users |