Explain can the validation be done in the server side? Or this can be done only in the client side?



Explain can the validation be done in the server side? Or this can be done only in the client side?..

Answer / Pooja Saini

Both client-side and server-side validations are possible in .NET. Client-side validation is usually performed using JavaScript to provide immediate feedback, while server-side validation ensures that any data sent to the server has passed validation before processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


How Can Registry Editor in .NET?

1 Answers  


What is singleton activation mode in .net?

1 Answers  


How we can achieve Connection pooling in .Net?

1 Answers   PUCIT,


Explain what are the deferred execution and the immediate execution in linq?

1 Answers  


How viewstate is being formed and how it is stored on client in .net?

1 Answers  


differance between checkbox and rediobutton in vb.net?

2 Answers  


What is difference between system.string and system.stringbuilder classes?

1 Answers  


What is the use com component in .net?

1 Answers  


What is the concept of inheritance in .net?

1 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

1 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Categories