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......................
.......
Start Free Trial