I need to make validation message for file upload when a user click on the button without uploading file the error message appears
This the code I have tried but it is not working
*
ID="RequiredFieldValidator11" ForeColor="Red" ControlToValidate="FileUpload1"
runat="server" ValidationGroup="click" SetFocusOnError="true" />
Rajeesh MenothPosted Jul 4, 2016, 7:48 AM
Posted Jul 4, 2016, 9:05 AM
Vasanth NatarajanPosted Jul 4, 2016, 7:54 AM
*
ID="RequiredFieldValidator11" ForeColor="Red" ControlToValidate="FileUpload1"
runat="server" SetFocusOnError="true" />