Home »
MCQs »
ASP.Net MCQs
Which of the following property is used to allow multiple selections of files from FileUpload control?
88. Which of the following property is used to allow multiple selections of files from FileUpload control?
- Access Multiple
- Upload Multiple
- Select Multiple
- Allow Multiple
Answer: D) Allow Multiple
Explanation:
The "AllowMultiple" property is used to allow multiple selections of files from FileUpload control in ASP.NET.