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
How does a content page different from a master page?
What is ispostback method in asp.net?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is semantic gap?
Is asp.net easy to learn?
What is the difference between a default skin and a named skin?
What are the types of validation in asp net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain the difference between web user control and web custom control?
Explain the different types of directives in .net?
What is a global postback url?
Explain the difference between the web config and machine config.
What is authentication in asp.net?
What is masterpage?
How tooltip is set through code-behind in ASP.NET?