Hello I am testing out the Barcode.Net object (writer) in VS 2008 (ASP.NET - VB.net). I am doing this in the Page_Load of the code behind and in your demo examples there is a Utils.GetColor(listBackgroundColor.Text, flagColorImage1) line, but when I use in the Page_Load of the code behind the Utils is not defined....what am I missing? Code snippets on what I should be using would be appreciated...oh also I am not generating the barcode through a button click but only on the page_load - just wanted to clarify...
Thanks.
Mark
What is the Utils.GetColor object / method?
Moderator: Alex
-
- Posts: 2
- Joined: Fri Oct 23, 2009 11:41 pm
Re: What is the Utils.GetColor object / method?
ok never mind lol I found the Utils class...didn't see it at first in the app_code folder....sorry about that!