hello;
i want to apply validation on my email id, name,phone no, address, gender. the scenario is, i will give input . this input must be match from the format of regular expression. if this input is match then my textbox or elements of dropdown list should be "green" otherwise both are "red" in unmatch . i am also sending my code of email id n name.