i HAVE ONE REQUIREMENT LIKE THIS PLZ TELL ME THE CODE HOW TO GENERETE QR CODE PLZ HELP ME ,i DON'T AN IDEA ABOUT GENERETE QR CODE USING ASP.NET
I have one requirement generate QR COde like this<html>
<head runat="server">
</head>
<body>
<asp:RadioButton ID="RadioButton1" runat="server" ForeColor="#006600" GroupName="coupon" Text="QR Code" />
<br />
<asp:RadioButton ID="RadioButton2" runat="server" ForeColor="#006600" GroupName="coupon" Text="Bar Code" />
<br />
<asp:RadioButton ID="RadioButton3" runat="server" ForeColor="#006600" GroupName="coupon" Text="Coupon Code" />
<asp:DropDownList ID="DropDownList1" runat="server" Height="24px" style="color: #0000FF; background-color: #66CCFF" Width="147px">
<asp:ListItem>Select type of value</asp:ListItem>
<asp:ListItem>$</asp:ListItem>
<asp:ListItem>%</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="TextBox1" runat="server" Height="24px" style="color: #0000FF" > </asp:TextBox>
<asp:Button ID="Button1" runat="server" BackColor="#FF99CC" BorderStyle="Double" ForeColor="#003300" Height="31px" Text="Generate" OnClick="Button1_Click" />
<asp:Image ID="Image2" runat="server" Height="96px" Width="126px" />
</body>
</html>
3 Radio butons,1 DropDown list,1textBox,1 Image
I want to select perticular (ex:Bar,QR codeetc),Select Type of One dropdown list value,Enter Value in textBox AND I want to click on the Genarate button Generate QR code(OR)Bar code image display in the button below Image control
After scan that Image display total values what i am selecting in the above,
Plz help me