Hi Developers.
below is link working perfectly
http://samples.msdn.microsoft.com/iedevcenter/FormValidation/scenario2.html
but when i run copy/paste in my maching no validation is done
below is my web.config file
<configuration>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>
why?
Go to the complete details ...