Click here to Skip to main content
15,905,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I have a page for student informations in my website with asp.net,c#
when I fill this information after that click on the csan button and scannig start ...

what do i do?

who can I call scanner in my web page?
please help me

thanks
Posted

First of all, having a device integrated works good and with ease with a Winforms or WPF desktop application. Integrating with an ASP.NET application would be difficult.
There is no direct way to integrate a hardware device to a web application.

Though there is a partial solution to it. You can build and use an ActiveX, but then it will only be IE based and would also prompt security warning to the user based on his/her IE settings.
 
Share this answer
 
Comments
veusk 24-Jul-12 21:17pm    
thanks
can you help me,how can I to build activex?I use visualstadio2005.when I run bellow code,resieve error
tlbimp “[filename and path to onwebactivex.dll]”
/out:c:\OnWebActiveXNET

error is:
unable to locate input type library "[filename]"

please help me
You dont need to build the ActiveX control from scratch. Someone else already does. Not only it supports IE, but also Firefox, Chrome, etc. on Windows and Mac. See in action: web browser plugin for scanners
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900