RequiredFieldValidator--write code in javascript
Answer Posted / gangadhar
function validate()
{
if(document.getElementById("NameId").value == null)
alert("Please enter the name");
document.getElementById("NameId").focus();
return false;
}
in button OnClick() we hav to cal this function
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain the code Access Security (CAS) in .net Framework?
Do you know caching feature?
What are themes and skins in 2.0, explain usage scenario?
How does the service stream content?
What is postback request?
What is mvc in angular?
Who is using asp.net?
Web API supports which protocol?
What does clearing cache?
Where is the view state data stored?
What is asp.net web application?
How can we pass info between 2 asp.net pages?
Define dll hell?
What is server redirect?
What are the different session state management options available in asp.net?