Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to write an image in a htnl table

Status
Not open for further replies.

Jefhandle

Technical User
Mar 9, 2005
69
DE
I have an image, which i write it to client with Response.BinaryWrtie(img).
I will to display the image in a html table or some
other server controll(Grid, .....).
1-How could i do it?
Thanks
 
the image generation files is a seperate ASPX file right?

in ur gird u could do something like this:
<img src="ASPX FILE PATH" />

the img tag can be added anywhere, u could even use the image server control (set the apth to the aspx file's name)...

Known is handfull, Unknown is worldfull
 
thanks, it helped.
Read please my next one
 
huh? sorry couldnt get your "Read please my next one"...

Known is handfull, Unknown is worldfull
 
sorry, just saw ur next post...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top