D
Dave Birchok via .NET 247
I am developing a custom control for web forms using VS 2003. Iam putting the control in a custom control library project whichwill become a dll. This control uses a small bitmap. I don'twnat to have to copy the graphic file into each web project thatwill use this custom control. VS allows you to set the graphicfile's build action property to embedded resource. When thecustom control renders it will create HTML that I would like toreference the embedded graphic file. Is this possible?
Thanks,
Thanks,