Hi
I would to know how i can bind the FileUpload such as textbox etc.
<td>
Image:
</td>
<td>
<asp:FileUpload ID="EDpersimgFileUpload1" runat="server" Text='<%# Bind("Img") %>'/>
</td>
<td class="style18">
Post:
</td>
<td class="style17">
<asp:TextBox ID="PSOTEDTTXTBX" runat="server" Text='<%# Bind("Post") %>'></asp:TextBox>
...
Go to the complete details ...