How do I display an image in a panel

  • Thread starter Thread starter active
  • Start date Start date
A

active

If I place a Panel into a TableCell how do I display an image in the panel?

Do I need to draw it in the Paint event or can I tell the Browser to do it?



Thanks
 
I wanted to try putting it in the panel before I posted but did not know
how.
After you told me it could be done, how to do it became evident and it works
OK now.
Amazing what you can do if you know it can be done.


Thanks


Eliyahu Goldin said:
Welcome to web applications!

There is no Paint event here, everything is the browser. You need to putt
an image control inside the panel and point it to the image on the server.
The browser will show it.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


active said:
If I place a Panel into a TableCell how do I display an image in the
panel?

Do I need to draw it in the Paint event or can I tell the Browser to do
it?



Thanks
 
MasterGaurav (www.edujini-labs.com) said:
Well... the buck stops here - "If you know it can be done", more
importantly, "if you know how it can be done". :-)

True, but before you told me it could be done I'd might quit looking before
I found out.
 
Back
Top