Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to connect hardware with software in asp.net ?
Posted
Updated 2-Aug-12 20:17pm
v2
Comments
Prasad_Kulkarni 3-Aug-12 2:17am    
Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
Using all capitals means SHOUTING on web, and using all small letters means childish. Always use proper capitalization.

1 solution

You can't. ASP.NET generates HTML, and HTML cannot interact with hardware. There is no way, using just HTML, to interact with hardware on your client, and the hardware on your server is connected to your computer, but ASP.NET has nothing to do with that.
 
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