if i want to validate all the control on web page how i will
do

Answers were Sorted based on User's Feedback



if i want to validate all the control on web page how i will do..

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

if i want to validate all the control on web page how i will do..

Answer / kuldeep

iF(Page.IsValidate)
{
//code here

}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

0 Answers  


What are end points, contract, address and bindings?

0 Answers  


What is an interrupt? : .NET Architecture

0 Answers  


What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?

3 Answers   HCL,


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers  


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

0 Answers  


How can I write my own .NET host?

0 Answers   HCL,


Explain the difference between state server and sqlserver : Dot net architecture

0 Answers  


Why the config file might not be writable

0 Answers  


Navigation controls in ASP.net,explain each control in brief?

2 Answers   Six Sigma,


What is CLR,MSIL and Jit Compiler and their roll in .net

1 Answers   PCS,


Describe the Managed Execution Process in .NET?

0 Answers   InfoAxon Technologies,


Categories