Hi,
First of all am new 2 .net concepts.
I want to retrieve the image details from the database and to display it in the screen.
eg:
1. I have stored the img details as
<asp:Image ID="Image1" ImageUrl="imgs/Titanic.bmp" style="width: 88px; height: 64px" runat="server" />
inside the db.
2.i used some query to retrieve this information.
3.Then i tried to display this infrmation using response.write and other tingz ,,but notg happenz..
plz tell me me how to do this.....