Why is validation always done on the server? When does that
occur?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
Server side validation is always performed in case a browser
doesn't support DHTML. However, to catch invalid entries,
you should check the IsValid property.When users try to
circumvent the client side code by saving it or by
modifying it with different tools.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saad
It is not always done on server, it can be done on client
side as well but its secure on server side. if the data is
not correctly enter then the request will be sent back to
client side with error message(round trip), so to avoid
that Page's IsValid Property must be used for each control.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
what is session,cokkies in asp.net??
When should I use server transfer and response redirect?
What are the server control tags in asp.net.?
Is it true that a Web service must be written in .NET or not?
Explain the basic functionality of garbage collector?
Define a static class?
What is globalization and localization in asp net?
In which module you have worked in your .net project explain?
Which method is used to enforce garbage collection in .net?
How can you identify that the page is post back?
Why and where this web.config file is used?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)