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?

  1. PostedFile.FileName
  2. FileName
  3. SelectedFile.FileName
  4. PostedFile

Answer: A) FileUpload1.PostedFile.FileName

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.