what does Page.IsValid in asp.net

Answer Posted / rajesh sharma

The Page.IsValid property tells you whether the validation
succeeded or not. It can be called only after the
Page.Validiate method is called. By using this property,
you can add logic to your page to determine whether to
proceed with the PostBack event or not

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to rename a table using sql queries?

572


How do active server pages work?

550


What are the various ways to send content from one page to another?

525


Define application state variable and session state variable?

558


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

527






What are custom controls?

533


What is the use of ASP.NET routing?

562


Using code explain Configuration Management

1410


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

560


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

527


What is jade template engine?

577


Explain exception handling in .net.

616


What is full trust in asp.net?

550


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

506


What is difference between URL and URI?

633