if i want to validate all the control on web page how i will
do
Answers were Sorted based on User's Feedback
Answer / mithun
Page.Validate() method should be called to validate all the
controls on the web page.
| Is This Answer Correct ? | 1 Yes | 0 No |
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
Explain cache? : .NET Architecture
What is a service contract, operation contract and data contract?
Explain the purpose of cache? How is it used? : .NET Architecture
Can you explain server controls in atlas?
Explain the difference between primary & secondary storage device? : .NET Architecture
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
What is the difference between custom controls and master page?
What is private constructor? And it's use?
What is textbox control of .net mobile? : Microsoft dot net mobile
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
What is the cli? Is it the same as the clr?