Hello,
I am placing my first web panel on a form and applied a preset and it looks fine in Visual Studio. However, when I view it in the browser it is just a blank box with not image for the header. The text is there but the arrow to expand and the background image is not present.
Do I have to copy some images over or something? The images look fine in VS but not the browser.
Thanks,
Bobby
I have the same question. Can anyone answer?
Most likely, your WebPanel is referring to images that aren't among the "default" ones embedded in the control's assembly. To have these images displayed when you deploy your application to a web server, you have to deploy these images as well.
The following article from our online help documentation for NetAdvantage for .NET 2008 Volume 3 leads to articles that provide Ymore information about deploying ASP.NET applications using our controls:Deploying Your Application (ASP.NET)