Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi All,

 

Can you have barcode scanning functionality in an ASP.NET application ?? If yes, then please do provide some guidance as to how I can go about this.

 

Thanks much,

- Palvi

  • Moderators
Posted

Yes. The sacanner simply reads a sequence of characters from a barcode the same as you would type some keys on your keyboard.

 

One aproach would be to have a textbox receive the scanned item then a button click would send it to the server for processing.

 

The barcode is just a special font base. http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=barcode+scanner+fonts

Visit...Bassic Software
Posted

Thanks for replying Robby,

 

Can you possibly give me a set of instructions to build a web page that has 10 textboxes and on each scan, a textbox is populated with the appropriate barcode. What would I need to install ?

 

Thanks,

- Palvi

  • Moderators
Posted

I think that the client browser needs the font set in order to display the barcode. You can by pass this action by simply processing the barcode on the server and never actually displaying it to the client.

 

You can start testing the process without the use of a scanner, type in product numbers into your textbox and send it to the server for manipulation.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...