What type of barcode? Code 39, Code 128, ITF?? A barcode is nothing more then a Font that you can install on your pc (I use Code 39 for my applications that require it) unfortunately, your barcode is useless on the web since most people aren't going to have the font installed on their pc.
To generate it out to the web you will need to Use the System.Drawing classes, specifically the DrawString() method and the font object, to create a dynamic image that you can display to your users.
Alternatively you could create all of the images in Photoshop and just place them inside your web project, but I prefer stuff that is done dynamically and on the fly ^^
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html