Issues with RegularExpressionValidator in VB .NET 2005 using ASP File Uploader
- by JFV
I'm looking to validate a single word: detail (upper/lower/mix-case) prior to submitting my VB .NET 2005 page. I used Regex Builder and the below code validates, but it's not working in my web page... Does anyone have any ideas?
Input file location:
<input id="btnBrowseForFile" runat="server" enableviewstate="true"…