Urgent ..Plz...Help
I have created a datalist and filled it with image buttons populated from data base.
I want to click on the thumbnail(smaller size specified image of the full size photo) and display it in a new page bringing through and displaying the selected image in full size.
I tried the following way... but i cant get the imageurl in the new page
<asp:hyperlink runat="server" navigateurl='<%# Databinder.Eval(Container.DataItem,"url") %>'><img src='<%# Databinder.Eval(Container.DataItem,"url") %>' height=100 width=75 /></asp:hyperlink>
can anyone help me with C# code??...
|