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
List down the sequence of methods called during the page load.
Define repository pattern in mvc.net? : asp.net mvc
Explain cookies with example.
What is routing in MVC?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the web.config file in asp?
Define a multilingual website?
How can you implement the postback property of an asp.net control?
Define resource files.
In asp.net, how can you validate drop down box?
Can we have multiple master pages in asp net?
What is a web pool?
What are validators and list some validators of asp.net?
Differences between “dataset” and “datareader”.
Why asp.net is used?