Hi
I am design my page client side like this
Upload control this
===================
<asp:FileUpload ID="FupImage" runat ="server" />
Show image control like this
=============================
<asp:Image ID="imgPhoto" runat ="server" Width ="120px" Height ="100px" ImageUrl ="~/Images/Profile.jpg" />
here i am assign default profile assign
my issue i am browse the images then preview and stored db to byte after binded
gridview without image file then when i will selected the corresponding record
image i need show the asp:image control how will do this.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com