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


Please Help Members By Posting Answers For Below Questions

What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

529


What is the difference between session object and application object?

583


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

580


What is a server farm in iis?

531


Why do we use web config?

510






What is asp.net architecture?

524


Explain advantages of caching?

528


What is the syntax for datagrid and specifying columns?

2084


What are the modes of updation in an updatepanel?

548


What are the navigation ways between pages available in ASP.NET?

561


Define web.config in .net?

629


What are the different types of validation controls provided in ASP.NET?

657


What do you mean by caching in asp.net?

544


Name some asp objects?

542


What is application state?

508