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
Is LINQ performance wise better or using sqlcommand?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What language does asp.net use?
How can you debug your.net application?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
If you want to write your own dot net language, what steps you will you take care?
How to comment out asp.net tags?
Does google crawl redirects?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Who creates jsessionid?
What are server activated objects?
When was asp.net released?
What are strong names?
How to set the pane area to transparent of a scrollPane component.?
Describe SOA and the tenets of it?