Getting System.Net.ConnectStream. asp.net(visual basic)

adamantium

New Member
Im a newbie ^^I am working an a project for my dissertation, i have to generate a QR code from some data in my db. That is actually my second concern my frst is
  • i used this code to ENCODE a QR code
**codebehindImports Esponce.QRCodeImports System.IOPartial Class QR Inherits System.Web.UI.Page\[code\]Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim client = New QRCodeClient() Dim stream = client.Generate("Hello World") Literal1.Text = stream.ToStringEnd Sub\[/code\]End ClassIt debugs.then only displays: System.Net.ConnectStream when the button is clicked :(can i get some help to get to know about how to actually view the QR code generated ?Thanking you guys ^_^
 
Back
Top