how to bind fileupload control in gridview
hi friends i want to bind fileupload control in gridview. please help me.
i am using this code here below
<EditItemTemplate>
<asp:Image ID="img_user" Width="40" Height="40" ImageUrl='<%#Eval("image") %>' runat="server" /><br />
<asp:FileUpload ID="FileUpload1" Filename='<%#Eval("image") %>' runat="server" />
</EditItemTemplate>