conners
02-18-2009, 02:46 PM
I have created my first (small) asp.net website which is used on a barcode scanner. One page of the site has 4 textboxes on it which the user scans the barcodes into.
The thing that I'm stuck on is when the user scans a barcode (or anything) the focus needs to move on to the next textbox in the tab order.
Also, there is another thing, when the page opens I want the focus to go to the 1st textbox. I have actually put the following code into the page_load (or page_open) event but it doesn't seem to do the trick:
textbox1.focus
Just so you know I'm using Visual Web Developer 2008 Express with VB code and ASP.net 3.5.
Thanks
The thing that I'm stuck on is when the user scans a barcode (or anything) the focus needs to move on to the next textbox in the tab order.
Also, there is another thing, when the page opens I want the focus to go to the 1st textbox. I have actually put the following code into the page_load (or page_open) event but it doesn't seem to do the trick:
textbox1.focus
Just so you know I'm using Visual Web Developer 2008 Express with VB code and ASP.net 3.5.
Thanks