Why is validation always done on the server? When does that
occur?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the path instructions in xaml?
What is query string?
What is the difference between custom web user control and a custom web server control?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is a postback ispostback and autopostback in asp net?
what is loosely coupled solution? How it can be used?
What is postback and autopostback in asp.net?
How will you load dynamic assembly?
What are Master Pages in ASP.NET? or What is a Master Page?
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 are themes and skins in 2.0, explain usage scenario?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Why session is used in asp.net?
To load your generated dataset with data which method do you invoke?
How to display Alert in ASP.NET