Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Web API uses which library for JSON serialization?

1066


What is ispostback method in asp.net? Why do we use that?

1212


Are cookies client side or server side?

892


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

2412


What is postback in asp net?

1042


What do you mean by authorization?

923


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1855


To redirect the user to another page which method do we use without performing a round trip to the client?

927


Is it possible to write code in many languages in one asp.net project?

1018


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

912


Define what is razor? : asp.net mvc

994


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

957


What are the advantages of using Master Pages?

1023


What is data reader in asp.net?

1136


Explain the use of errorprovider control in .net?

956