Explain how server control validation controls works?

Answers were Sorted based on User's Feedback



Explain how server control validation controls works?..

Answer / swapna

To perform server side validation we have an event
called ?ServerValidate?.
Syntax:
ValidationControlName_ServerValidate(s, args)
{
?..//Logic
}

Is This Answer Correct ?    7 Yes 0 No

Explain how server control validation controls works?..

Answer / sudhir kunnure

It's simple use server validation control.Just drag
validation control which u required. then set property as
like controlTovalidate,Set proper message. Finally set
value of validation.it depends on which validation control
using if u use 1.Requiredfiledvalidation-then set initial
value
2.Range validator-Max value and min value
3.Regularexpressionvalidation-use format email,phone etc.
4.Compaire validation-Two controls contol of compare and
its operator -less,greater,Equal etc.
5.Custom validator-U can call ur javascript function.
6.Summary validation-is' showing summary of all validations

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of web.config and machine.config files?

0 Answers   Amdocs,


What are the new login controls in asp.net 2.0?

0 Answers  


How can we Deploy a website?

2 Answers  


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


What is boxing? How we can use it?

4 Answers   Infosys, NIIT,


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

0 Answers   HCL,


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


Where is the view state data stored in asp net?

0 Answers  


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


What is bson in web api?

0 Answers  


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


Categories