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
What is viewstate in asp net with example?
Any disadvantages in Dataset and in reflection ?
Explain the differences between managed and unmanaged code?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is connection pooling and how to enable and disable connection pooling?
What is the difference between exe and dll?
What is ispostback method in asp.net?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Can you set the session out time manually?
What are the differences between application object and session object?
Describe state management in asp.net?
How can we use Web API with ASP.NET Web Form?
What is recordset asp?
What is Bundling and Minification in MVC?
What role “#&&” plays in a querysting?