F
Fabrice
Hello,
For security reasons, i'd like to permit validation on client and server
side.
But if JavaScript is desactivate on the client, the validation have to take
place on server side for catch page.isvalid property.
How to do that ?
by this way :
<asp:RequiredFieldValidator
EnableClientScript="True" -> Client Side
runat="server" --> Server Side ?
EnableViewState="false"
/>
Thanks for your help.
For security reasons, i'd like to permit validation on client and server
side.
But if JavaScript is desactivate on the client, the validation have to take
place on server side for catch page.isvalid property.
How to do that ?
by this way :
<asp:RequiredFieldValidator
EnableClientScript="True" -> Client Side
runat="server" --> Server Side ?
EnableViewState="false"
/>
Thanks for your help.