To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it?
Answer / ninad
Client-side validation can be performed where deemed
appropriate and feasable to provide a richer, more
responsive experience for the user.
Besides user input data validation occurs on the server at
a minimum.
Is This Answer Correct ? | 2 Yes | 0 No |
What is boxing and how it is done internally?
What is a 307 redirect?
Can we set master page as a start page?
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .
State management in asp.net ?
What are the different types of sessions in asp.net?
Difference between singleton and singlecall.
What is .net remoting?
Explain automatic memory management in .net.
Difference between viewstate, cache, session
What are the ways to sending the data in ASP.NET page?
What is AutoEventWireup attribute for ?