Thanks for the reply.
I need users to be able to upload a file if needed. So the label is not
sufficient in this case.
What I'd like to do is to embed FileUpload control in a form view (e.g. in
<EditItemTemplate></EditItemTemplate>) and bind a db column to it's
FileName. Currently I have a label bound to the db column and then a
separate FileUpload control without any binding since I have no clue how to
set FileName property of the control - it is read-only.
Any other suggestions?
Thanks,
Bogdan
On Mar 22, 4:09 pm, "bogdan" <bog...@company.com> wrote:
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks,
> Bogdan
The FileUpLoad control used to upload a file to the server. If you
have it already done ("one of the items is a file name") then you can
use a simple Label to show the name of the uploaded file. It's just an
alternative :-)