G
GTi
I want to include some pictures within my ASP.NET 2.0 project.
This pictures are compilled in my dll as resources.
How can I display this pictures on the web without copying
it to the fysical disk?
Table1.BackImageUrl = "RES:BACKIMAGE.GIF";
Regards
This pictures are compilled in my dll as resources.
How can I display this pictures on the web without copying
it to the fysical disk?
Table1.BackImageUrl = "RES:BACKIMAGE.GIF";
Regards