Write a code for "RequiredFieldValidator" in java script
Answer Posted / sudhakar sakthivel
function validate()
{
if(document.getElementById("NameId").value == null ||
document.getElementById("NameId").value.trim()=="")
alert("Please enter the name");
document.getElementById("NameId").focus();
return false;
}
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is there any limit for query string? Means what is the maximum size?
How can we inherit a static variable?
How many validators do ASP.NET have?
What is active web page?
Difference between .NET and previous version?
What is Web API Routing?
Is a dll file an executable?
What is the difference between mechine.config and web.config?
What is the file through which you can customize your asp.net application?
Name the tools or API for developing or testing web api?
What is the difference between “Web.config” and “Machine.Config”?
What is asp.net? How is it different from asp?
What are the various types of cookies in asp.net?
Which tool you have done?
Define common type system?