im trying to display a binary image saved in sql server database into an image control.
im using
this tutorial, and it's really effective. but it's for a gridview, i tried to play around the code to customize it according to my needs but without any success.
what i'm trying to do is that, i have a textbox that returns an item id from the database, i need to show the accossiated image inside the image control, without the use of any buttons to fire the event (meaning i need it on page load).
can anyone help please?
aspnetProgg
Member
4 Points
18 Posts
display image from database into an image control
May 23, 2012 04:29 PM|LINK
hello,
im trying to display a binary image saved in sql server database into an image control.
im using this tutorial, and it's really effective. but it's for a gridview, i tried to play around the code to customize it according to my needs but without any success.
what i'm trying to do is that, i have a textbox that returns an item id from the database, i need to show the accossiated image inside the image control, without the use of any buttons to fire the event (meaning i need it on page load).
can anyone help please?
display image
mishra.bhupe...
Participant
1598 Points
378 Posts
Re: display image from database into an image control
May 23, 2012 04:49 PM|LINK
Every thing is ok on the code, you have to change the line like:
display image
aspnetProgg
Member
4 Points
18 Posts
Re: display image from database into an image control
May 23, 2012 04:52 PM|LINK
A MILLION Thanks !
display image