Solved
Enlarge image in the datagrid uaing asp.net , However, it must be retrieved from the database
Posted on 2004-09-14
Hello....................... PLease HElP me with the following codes:
It is from the aspx file......------ THe following codes have been retrieve the image from the database--------------------------------------------------------------
Private Sub Page_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
'************* get image from the database *************
ds = db.getdbPictureOrtho(Today.Date)
DataGrid1.DataSource = ds
DataGrid1.DataBind()
End Sub
Can HElp me with the enlarging the image from the datagrid ....... Add the codes so that the thumbnail of the image can be seen when click on it and then enlarge...........
Thanks,,, alot.............................