Extraction & validation materials
Hi,
Is there anywhere i can find the extraction & validation part deeply i.e on hidden fields and other stuffs
Currently i am refferinghttp://msdn2.microsoft.com/en-us/library/ms243183(VS.80).aspx which has only for TEXT property.
Kindly advise.
Thanks - Vijay.
The Required Attribute Value validation rule can be used for a lot of things like this. You can set it's properties so that it looks for a particular type of tag (i.e. input, with attribute type=hidden) which has another attribute value that matters to you for example the value attribute in a hidden field.