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

what does Page.IsValid in asp.net

Answer Posted / ranjit singh

true if page validation succeeded; otherwise, false
private void ValidateBtn_Click(Object Sender, EventArgs E)
{
Page.Validate();
if (Page.IsValid == true)
lblOutput.Text = "Page is Valid!";
else
lblOutput.Text = "Some required fields are empty.";
}

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of Caching techniques in ASP.NET?

1008


Why we are using mvc instead of asp.net? : Asp.Net MVC

978


What is class and object in asp.net?

1065


How will create assesblies at run time?

937


How can we prepairing Interview

2290


Where you store Connection string in "Web.Config" file in ASP.NET?

1001


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1118


How ASP.NET page works?

1052


What are the ways to sending the data in ASP.NET page?

995


Which library is used by the testers and developers to develop automated tests and create testing tools?

937


How do session tokens work?

898


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1874


What are the page life cycle events?

856


How do I use a proxy server when invoking a web service?

946


Explain Features in ASP.NET

1043