Which of the following property is used to get the length of the selected filename using FIleUpload control?

91. Which of the following property is used to get the length of the selected filename using FIleUpload control?

  1. PostedFile.ContentLength
  2. PostedFile.Length
  3. PostedFile.FileLength
  4. None of the above

Answer: A) FileUpload1.PostedFile.ContentLength

Explanation:

The "FileUpload1.PostedFile.ContentLength" property is used to get the length of the selected filename using FileUpload control.

Comments and Discussions!

Load comments ↻






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