Page 1 of 1

What is the Utils.GetColor object / method?

Posted: Fri Oct 23, 2009 11:47 pm
by BigMark
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

Re: What is the Utils.GetColor object / method?

Posted: Sat Oct 24, 2009 12:02 am
by BigMark
ok never mind lol I found the Utils class...didn't see it at first in the app_code folder....sorry about that!