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 |
How can we identify that the Page is Post Back?
About friend and Protected friend ?
hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder
What do you mean by authentication and authorization
best .net institute in hyderabad
can we call web service from the browser?
How do we get only edited/deleted/inserted records from a Dataset?
can we transfer data from one page to another page using viewstate if so how?if not y?
37 Answers AppShark, DataSync, Gtech, iGate, Wipro,
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is the difference between and ActiveX dll and control?
What is tracing? Where is it used?
AJAX - explain the concept and some controls like update panel, tabcontrol etc