I am trying to validate that the file that is being uploaded
has one of 2 specific names (either Schedule.doc or Schedule.pdf) in order for
it to be uploaded. I do not know how to use the validation tools in visual
studio, any help would be great. I will list my code below.
Thanks in Advance
<asp:FileUpload
ID="FileUpload1"
runat="server"
/>
<br
< ...
Go to the complete details ...