Basic Dot Net Question:
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
Previous Question | Next Question |
How do you validate the controls in an ASP .NET page? | How to manage pagination in a page using .NET? |