I have to finish a page on ASP.NET, which contains item code and pieces column. I need a drag and drop tool, and show code 39 format in code page. How do I achieve this, thanks a lot.
Hi, you may download one barcode control for asp.net.
Then after you add the dll to the toolbox in visual studio, you could drag and drop them to the forms. You could change the properties of the linear barcode. Or you may right click to view the code and set the barcode type to code 39. Pretty easy!
You may need to print Code 39 and stream it to the web using barcode we server control for ASP.NET .http://www.onbarcode.com/tutorial/asp-net-barcode-generation.html
fgdfg8
0 Points
1 Post
Generate barcodes in ASP.NET
May 10, 2012 03:56 AM|LINK
I have to finish a page on ASP.NET, which contains item code and pieces column. I need a drag and drop tool, and show code 39 format in code page. How do I achieve this, thanks a lot.
sreejukg
All-Star
27597 Points
4122 Posts
Re: Generate barcodes in ASP.NET
May 10, 2012 04:28 AM|LINK
refer this
http://www.codeproject.com/Articles/30322/Barcodes-in-ASP-NET-applications
My Blog
JUJU8
Member
2 Points
1 Post
Re: Generate barcodes in ASP.NET
May 10, 2012 08:38 AM|LINK
Hi, you may download one barcode control for asp.net.
Then after you add the dll to the toolbox in visual studio, you could drag and drop them to the forms. You could change the properties of the linear barcode. Or you may right click to view the code and set the barcode type to code 39. Pretty easy!
P_IT
Participant
882 Points
222 Posts
Re: Generate barcodes in ASP.NET
May 10, 2012 09:34 AM|LINK
Hi,
Can you please xpalin in breif please you want to show code 36 barcode.
the item code which you acre talking about what is that?
P_IT
dfsdfg
Member
2 Points
1 Post
Re: Generate barcodes in ASP.NET
May 11, 2012 03:11 AM|LINK
It is not difficult to achieve this. Most .NET version barcode control supports the generation of barcode in ASP.NET projects.
sdjus85
Member
12 Points
2 Posts
Re: Generate barcodes in ASP.NET
May 11, 2012 04:18 AM|LINK
You may need to print Code 39 and stream it to the web using barcode we server control for ASP.NET .http://www.onbarcode.com/tutorial/asp-net-barcode-generation.html
wwlloo
Member
2 Points
1 Post
Re: Generate barcodes in ASP.NET
May 11, 2012 08:17 AM|LINK
Could you guys give me some codes to make code 39 in ASP.NET. I am a amateur to this.Vb or C# are both fine, thanks.
P_IT
Participant
882 Points
222 Posts
Re: Generate barcodes in ASP.NET
May 11, 2012 08:25 AM|LINK
Hi,
http://www.onbarcode.com/products/net_barcode/barcodes/code_39.html#g.NETClass check here it might help you.
Thanks.
P_IT
P_IT
Participant
882 Points
222 Posts
Re: Generate barcodes in ASP.NET
May 11, 2012 08:27 AM|LINK
also check this
http://community.bartdesmet.net/blogs/bart/archive/2006/09/18/4432.aspx
P_IT
P_IT
Participant
882 Points
222 Posts
Re: Generate barcodes in ASP.NET
May 11, 2012 08:56 AM|LINK
hi,
did you find any solution or still stuck in code 39??
P_IT