Sorry guys
![Embarrassed [:$]](/emoticons/emotion-10.gif)
, but I've got two more question concerning creating thumbnails..
If i need to display the saved resizable image(small image) in my page immediately after saving it to the database without using datagrid or datalist, can i do that and how?
and the second question is that, i've done the following in my body:
<img src='images/<%#DataBinder.Eval(Container.DataItem,"ImagePath")%>' border="0" vspace="10" onclick="window.open('file.html','myWin','width=300,height=300,top=100,left=100,toolbar=0,menubar=0,location=0,status=0,scrollbars=1,resizable=1')" id=IMG1>
so that when i click on this same image, it will generate a small popup window (file.html)...but the first thing that is happening is that it is displaying to me the following compilation error:
BC30456: 'DataItem' is not a member of 'System.Web.UI.Control'.
I've read lots of codes concerning clicking on an image to popup the real size of the pic but non of them worked fine..
Does anyone have a clue of how to do this?
Thanks so..