W
Will Lastname
I'm creating an application that allows a user to enter multiple items
that correspond to a single collection. The idea is that they enter the
product in the textbox, hit submit, repeat....
Currently they have to manually move the cursor back to the textbox to
continue inputting data. Since hitting the enter button will trigger an
event handler I was curious as to how to go about defaulting the cursor
position to being in the textbox at postback. Any suggestions?
that correspond to a single collection. The idea is that they enter the
product in the textbox, hit submit, repeat....
Currently they have to manually move the cursor back to the textbox to
continue inputting data. Since hitting the enter button will trigger an
event handler I was curious as to how to go about defaulting the cursor
position to being in the textbox at postback. Any suggestions?