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
How will create assesblies at run time?
Explain the components of web form in asp.net
Who can consume WebAPI?
How can you ensure a permanent cookie?
Differentiate between structure and class.
What is css in asp.net?
Explain how can we inherit a static variable?
What are the advantages of asp.net mvc framework? : asp.net mvc
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How to implement Authentication and Authorization?
If 200 is for all successful operation then why do we have 201 response codes?
Explain the difference between asp.net mvc and asp.net webforms
List the types of authentication supported by asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
How Session use Cookies in State Management?