Jun 17, 2002 #1 LJS1 Programmer Apr 29, 2002 39 US Hi, How to 'setfocus' on the next textbox control, after executing a 'ontextchanged' event on the textbox control. LJS
Hi, How to 'setfocus' on the next textbox control, after executing a 'ontextchanged' event on the textbox control. LJS
Jun 18, 2002 1 #2 drew10 Programmer Feb 26, 2002 123 US LJS, There is an excellent article on managing the focus of web forms at: http://www.devx.com/dotnet/articles/rj121801/rj121801-1.asp It explains how to do this in great detail. Hope this helps! -drew Upvote 0 Downvote
LJS, There is an excellent article on managing the focus of web forms at: http://www.devx.com/dotnet/articles/rj121801/rj121801-1.asp It explains how to do this in great detail. Hope this helps! -drew
Jun 18, 2002 #3 drew10 Programmer Feb 26, 2002 123 US LJS, For some reason the link above does not work. Try this one and go to introduction page with link at bottom of article. http://www.devx.com/dotnet/articles/rj121801/rj121801-2.asp -drew Upvote 0 Downvote
LJS, For some reason the link above does not work. Try this one and go to introduction page with link at bottom of article. http://www.devx.com/dotnet/articles/rj121801/rj121801-2.asp -drew
Jun 18, 2002 #4 Zarcom Programmer May 7, 2002 1,275 CA Thanks drew I had almost given up on setting the focus programatically. 1 star for you Upvote 0 Downvote
Jun 19, 2002 Thread starter #6 LJS1 Programmer Apr 29, 2002 39 US Thanks Drew, it worked. Upvote 0 Downvote