Click to See Complete Forum and Search --> : FileUpload in DetailsView
renatois
10-23-2007, 03:01 PM
FileUpload in DetailsView
Hi guys, I have a FileUpload control as a insert template field in a DetailsView. How can I upload an image?
Ty
lmf232s
10-24-2007, 10:44 AM
Renatois,
Do you need to know how to use the upload control or just how to trigger it from with in the detailsview?
The detailsview has an itemcommand event which shoud fire when you click a button to upload the file.
Here is how to use the file upload control:
http://quickstarts.asp.net/QuickStartv20/util/srcview.aspx?path=~/aspnet/samples/ctrlref/standard/FileUpload/FileUpload1.src