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 |
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
How Can Registry Editor in .NET?
What is singleton activation mode in .net?
How we can achieve Connection pooling in .Net?
Explain what are the deferred execution and the immediate execution in linq?
How viewstate is being formed and how it is stored on client in .net?
differance between checkbox and rediobutton in vb.net?
What is difference between system.string and system.stringbuilder classes?
What is the use com component in .net?
What is the concept of inheritance in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What security measures exist for .NET Remoting in System.Runtime.Remoting?