Basic Dot Net Question:
Download Questions PDF

Can the validation be done in the server side? Or this can be done only in the Client side?

Answer:

Client side is done by default. Server side validation is also possible in .NET. We can switch off the client side and server side can be done only in .NET

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
How do you validate the controls in an ASP .NET page? How to manage pagination in a page using .NET?