Asp.net Barkod oluşturma
textbox button Default.aspx
response.Redirect("BarkodOlustur.aspx?Gonder="+TextBox1.Text+"");
Image BarkodOlustur.aspx
GosterGelsin=Request.QueryString["Gonder"];
image.İmageUrl="https://barcode.tec-it.com/barcode.ashx?code=Code128&modulewidth=fit&data="+GonderGelsin+"";
Yorum Gönder