How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain?
Answers were Sorted based on User's Feedback
Answer / pratap
As far as i know we have 6 validation controls only.
1. Required field validator
2. compare validator
3. Regular expression validator.
4. Range validator.
5. Custom validator
6. Validation summary.
Correct me if i am wrong.
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / s
And for Server Side Validation There are various validation
control available in ASP.NET.
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5.Validation Summary
6. Custom Validator
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / rajesh kumar
We can Use Javascript Function for Client side validation.
And for Server Side Validation There are various validation
control available in ASP.NET.
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5.Validation Summary
6. Custom Validator
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / neha
Athere are 6 validation control
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5. Validation Summary
6. Custom Validator
only custom validator has event on "servervalidate" ,others validate on client side
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / viji
Server validations can done on sever side while in server
side they are 7 validations
1.custom valdator
2.compare validator
3.required field validator
4.range validator
5.validation grouping
6.summary grouping
7.regular expression validator
Is This Answer Correct ? | 5 Yes | 11 No |
What is the importance of Global.asax in ASP.NET?
What is Pre-Render event in ASP.NET?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the adavantage of using ASP.NET routing?
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()
2 Answers Syntax Softtech, winfoware,
Which tools of web site Administartion tool do you use to manage user,roles and rules?
Types of values mode can hold session state in web.config ?
1 Answers Accenture, Parrot Systems,
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
what is .net
Where the assembly is stored in asp.net?
Why session is more secure than cookies?
What is asp.net used for?