Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friend, Can you advice me how to generate QR code with vb.net without needing to add any library.
Posted

1 solution

You could use Google Chart API to generate QR Codes in your asp.net webpages. Just add an img tag pointing to:

"https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=WHATEVER_YOU_WANT_TO_ENCODE_HERE"
 
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