Home »
MCQs »
ASP.Net MCQs
Which of the following property is used to get the selected filename using FIleUpload control?
86. Which of the following property is used to get the selected filename using FIleUpload control?
- PostedFile.FileName
- FileName
- SelectedFile.FileName
- PostedFile
Answer: A) FileUpload1.PostedFile.FileName
Explanation:
The "FileUpload1.PostedFile.FileName" property is used to get selected filename using FileUpload control.