Google News
logo
ASP.NET - Quiz(MCQ)
Which of the following property is used to get the selected filename using FIleUpload control?
A)
FileName
B)
PostedFile
C)
PostedFile.FileName
D)
SelectedFile.FileName

Correct Answer :   PostedFile.FileName


Explanation : The "FileUpload1.PostedFile.FileName" property is used to get selected filename using FileUpload control.

Advertisement