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...

RequiredFieldValidator--write code in javascript

Answer Posted / srinivasan

function validate()
{
var Name = document.getElementById("txtName");
if( Name.value=="")
{
alert("Please enter the Name");
return false;
}
}

button OnClick() we hav to cal this function

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by ispostback in asp net?

1003


Why the javascript validation not run on the asp.net button but run successfully on the html button?

905


Write code to send e-mail from an asp.net application?

967


What are the types of session in asp.net?

914


What is a session http?

870


What is a web api? Which protocol is used in a web api?

979


What is the size of Get method and how much data it can store?

1067


How to reduce the width of textbox in editcommandcolumn of datagrid?

941


how to write html code with ssl

2051


What are the advantages of using session?

847


What is global.asax file used for?

961


Can we have a web application running without web.config file?

934


What is _viewstart?

854


Explain the use of resource manager class in .net.

917


What is Pre-Render event in ASP.NET?

1066