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 |
In a Code-Behind class generally which type of code is found ?
How can we Validate a Controls in ASP.NET page using JavaScript?
Is asp.net and .net the same?
What is Cookies Less Session?
Which object wraps the state or data of a user?
When we do partial refresh of a page using update panel how server knows it(which event occurs?)
How does the cookies work in asp.net?
Difference between using directive vs using statement?
With out Web.config can we executes the application?
Explain page output caching?
How to prepare culture-specific formatting in .net.
A web service can only be written in .net? State whether true or false.
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)