woouuhh....it's hard stuff for me, it works in vb.net, thanks
but i'm going to spend more times to understand better, do you know other
prerequisite material i should read ?
thanks,
> Hi,
>
[quoted text clipped - 4 lines]
> > hi,
> > how to display image (save as image in sql server) in asp.net ?
Sam - 27 May 2004 01:29 GMT
why code below doesn't work:
DynamicImage1.ImageBytes = GetEmployeePhoto(7)
......................
DynamicImage1.ImageBytes = GetEmployeePhoto(2)
.........................
the web can display image 7, but can not display image number 2
thanks
> woouuhh....it's hard stuff for me, it works in vb.net, thanks
> but i'm going to spend more times to understand better, do you know other
[quoted text clipped - 9 lines]
> > > hi,
> > > how to display image (save as image in sql server) in asp.net ?