Git Product home page Git Product logo

aspnet-qr-webforms's Introduction

ASPNET-QR-WebForms

QR Code Handler for Web Forms Project

This project was made in response to some questions where people had problems using the handler.

To run this project:

  1. Clone into a new directory
  2. Open in Visual Studio (this project was made in VS2015)
  3. Right click Default.aspx and "View in Browser"

For this example, I did the following:

  1. Setup a new ASP.NET 4.6.1 Web Forms project with no authentication
  2. Updated all packages
  3. Followed the blog post instructions at http://www.mikesmithdev.com/blog/how-to-make-a-qr-code-in-asp-net/
  4. I had to change the RouteConfig.cs to routes.Ignore("{resource}.qr"); (line 10). Everything else I did was verbatim from the post
  5. Please note in the web.config, line 25, then handler is type="Example.Handlers.QRHandler" where:
  • The Example.Handlers part is the namespace in QRHandler.ashx.cs (line 7)
  • and QRHandler is the name of the class (line 12)
  • Put it all together to get Example.Handlers.QRHandler

aspnet-qr-webforms's People

Contributors

mikesmithdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.