How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / jiten
Asp.Net has few validation control like
campare , requirefield , rang ,regulorexpression and custom
u can use any validation control with html ,asp control
Asp.net validation control are by default cilde side
validation .
and the cliend side validation is better blz it's reduse
the burdon to the server
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What are assemblies and namespaces and explain the difference between them ?
Which is better session or viewstate?
Define a static class?
What is synchronous and Asynchronous post back ?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
List all templates of the repeater control.
What does session_start () do?
What is css and what is it used for?
Define machine.config in .net?
What is caching in asp.net?
How do I use response redirect?
Why does my asp.net file have multiple tag with runat=server?
What is diff. Between abstract class and an interface?