what are the steps involved in using the validator
framework?
Answer / Sandip Kumar Srivastava
The steps to use a validation framework may vary depending on the specific library or tool being used. However, here's a general outline: 1. Include the library or framework in your project. 2. Define validation rules for each input or field. 3. Attach the validation rules to the respective inputs or fields. 4. Validate the data when it is submitted by checking if it matches the defined rules. 5. Provide appropriate error messages for invalid input.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between relative and absolute url?
what is web methods?
Explain Working of Proxy Server, Cookies, types of cookies?
How to kill cookies from Web page?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
WHAT IS THE SIGNIFICANCE OF ADUSTIL.DLL IN IIS?
what are the general webtesting questions and how to respond them in generally in interview point of them
Explain Working of ping, telnet, gopher?
when my application is overloaded?
How does CGI work? Can I use 'C' language to write a CGI?
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
Why do we need nested master pages in a Web site?