Write a code for "RequiredFieldValidator" in java script
Answer Posted / jayamala
function validate()
{
if(document.getElementById("NameId").value =="")
alert("Please enter the name");
document.getElementById("NameId").focus();
return false;
}
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is application Object?
What is difference between web config and global asax?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Why SessionID changes in every request in asp.net?
What is the difference between union and join?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is active web page?
Why do we need asp.net?
What are the steps to follow to host a web application on a web server?
What is the use of session in web application?
What is mvc in asp.net interview question? : Asp.Net MVC
Differentiate between early binding and late binding.
To display data in a Repeater control which template you provide?
What is asp net_sessionid?
Explain authorization levels in .net ?