We would like to use a scanner to scan part and serial numbers into a data grid.
Scan a part number, scan a serial number, the app adds a new line, then go to next line and repeat the process until finished. It's a trivial exercise in Access, but how can it be done in an ASP.NET 3.0 web application?
I suppose one way would be so simply make a data grid with mere rows that would ever be needed, then ignore the unused rows during processing. Pretty weak though.
Adding a row to the grid without making a postback would be in the javascript/jquery domain.
Does anyone know of a way to do this, or know of an example somewhere?
Thanks Mike Thomas