|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
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}$ ...
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 ...
|
|||||||||||||||||||||||