what does Page.IsValid in asp.net
Answer Posted / joseph.v.a
The Page.IsValid property tells you whether the validation
succeeded or not.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between table and query?
Can we have multiple web config files for an asp.net application?
How can you identify that the page is post back?
Why would anyone need to implement their own hashtable or linked list?
What does uri mean?
How can we make sure that Web API returns JSON data only?
How does asp.net work?
What is the significance of finalize method in .net?
What is http session state?
What is request and response in asp.net?
What does clearing cache?
What is application in asp net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Why is string called immutable data type?
What is base class of .net?