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 globalization and localization in asp net?
Define xmlreader class.
Is asp.net and .net the same?
How do http sessions work?
Explain exception filters?
Difference between application events and session events
What does mean by a neutral culture?
What is the difference between response.redirect and server.transfer?
What are strong names?
What is s2s tracking?
What is IPostBack? How to use it?
What is a 1x1 pixel?
What is the concepts of globalization and localization in .net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Why is xap important?