|
 |
aspx thread: asp:customvalidator
Message #1 by "Mats Boberg" <mats.boberg@n...> on Wed, 1 Aug 2001 15:58:25 +0200
|
|
We are trying to use a asp:cutomvalidator to validate a password field
against a database.
Now we have a problem with the customvalidator not executing when the
password field is empty.
We tryed to put a asp:requiredfieldvalidator but it vas execuded after the
login button was pressed?!
Anybody recognize the problem or hava a good solution?!
Best regards,
Mats & Anders.
-----Original Message-----
From: slavomir.furman@s... [mailto:slavomir.furman@s...]
Sent: den 1 augusti 2001 11:47
To: ASP+
Subject: [aspx] RE: Time lock
Hello!
Yes, there is VS.Net SP2 for Beta2 released by MS on July 30, 2001.
You must (in VS.Net) go to menu "Help -> Check for Updates",
then allow vs.net check for the updates on the web (you must be connected)
and then close vs.net and download and install "ServicePack 2 for Beta2"
following instruction on dialog windows.
hth,
Slavo.
-----Original Message-----
From: Mats Boberg [mailto:mats.boberg@n...]
Sent: Wednesday, August 01, 2001 11:35 AM
To: ASP+
Subject: [aspx] Time lock
is there some sort of patch for the timelock on visual studio.net
or is the only way to change my computers date?
Mvh,
Mats.
Message #2 by "pardo" <mpredajniansky@s...> on Thu, 2 Aug 2001 06:35:31
|
|
Set the asp:requiredfieldvalidator property EnableClientScript = false.
Then the validator will run only in the cs file, not in the bowser.
> We are trying to use a asp:cutomvalidator to validate a password field
> against a database.
>
> Now we have a problem with the customvalidator not executing when the
> password field is empty.
>
> We tryed to put a asp:requiredfieldvalidator but it vas execuded after
the
> login button was pressed?!
>
> Anybody recognize the problem or hava a good solution?!
>
> Best regards,
>
>
> Mats & Anders.
>
> -----Original Message-----
> From: slavomir.furman@s... [mailto:slavomir.furman@s...]
> Sent: den 1 augusti 2001 11:47
> To: ASP+
> Subject: [aspx] RE: Time lock
>
>
> Hello!
>
> Yes, there is VS.Net SP2 for Beta2 released by MS on July 30, 2001.
>
> You must (in VS.Net) go to menu "Help -> Check for Updates",
> then allow vs.net check for the updates on the web (you must be
connected)
> and then close vs.net and download and install "ServicePack 2 for Beta2"
> following instruction on dialog windows.
>
> hth,
> Slavo.
>
>
> -----Original Message-----
> From: Mats Boberg [mailto:mats.boberg@n...]
> Sent: Wednesday, August 01, 2001 11:35 AM
> To: ASP+
> Subject: [aspx] Time lock
>
>
> is there some sort of patch for the timelock on visual studio.net
> or is the only way to change my computers date?
>
> Mvh,
>
> Mats.
|
|
 |