Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score RegularExpressionValidator problem
Eric L - 21 Jan 2009 12:30 AM - 2 messages
Trying to use a regex validator control to check password complexity requirements in an ASP.NET 1.1 web app.  Here is the regex: (?=(.*?[a-z].*?){2,})(?=(.*?[A-Z].*?){2,})(?=(.*?\d.*?){2,})(?=(.*?[!#\$%\^&\*@_\|\-=`~\[\]\{\},<>].*?){2,})^.{14,32}$ ...
Score GridView Hyperlink field
Morris Neuman - 18 Jan 2009 11:03 PM - 4 messages
Hi, I have a GrideView which is bound to a datasourcecontrol.  One of the columns is a HyperLink to another web page passing it parameters.  This Hyperlink does not show as a hyperlink when viewing the grid.  I have this ...
Next » 2 3 4 5 6 7 8 9 10