M
Mike D
This is a difficult question: I need to be able to input data via
hand-scanner into a web page textbox, but it needs to be done more than once.
The user will scan one card after another and in the end will get results
from the database. I have everything figured out except how to enter the
cards. I can do it for one card but when the page reloads I lose the object
(StringBuilder) and it starts all over. I thought of writing to a text file
but there may be several others doing this at different locations plus I
can't figure out how to clear the list except to delete it and recreate it on
a new page load (!isPostBack).
The whole idea is to be able to scan a multiple number of cards and get data
about the cards back to the user. Can anyone help me out on this?
hand-scanner into a web page textbox, but it needs to be done more than once.
The user will scan one card after another and in the end will get results
from the database. I have everything figured out except how to enter the
cards. I can do it for one card but when the page reloads I lose the object
(StringBuilder) and it starts all over. I thought of writing to a text file
but there may be several others doing this at different locations plus I
can't figure out how to clear the list except to delete it and recreate it on
a new page load (!isPostBack).
The whole idea is to be able to scan a multiple number of cards and get data
about the cards back to the user. Can anyone help me out on this?