image problem...
hi, i want to display an image after running an event. i use this on render block
<asp:Image id="Image1" runat="server" src="mail2.gif"...</asp:image>
it display the picture, but once i write code in page load event with this,
Image1.src=mail2.gif
... it show me error...
my referrence book just cover really a little of image control..... can any1 provide some documentation or tutorial of it? thanks.
Regards
life's Ng
|