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 |
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?
A brief difference between Session and Cookies in asp.net
Define tracing.
How do you register a .NET assembly?
What is http pipeline in asp.net?
What is difference between user control and custom control?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What asp.net control can embed xaml into asp.net pages?
What is the difference between managed and unmanaged code? *******
How to limit table cell size with long strings?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)