Why is validation always done on the server? When does that
occur?
Answer Posted / 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 |
Post New Answer View All Answers
What are early binding and late binding.
What is ipostback?
what is command line compiler.what are the steps and how it is related to debugging.
How can we identify that the Page is Post Back?
What is http request and response?
What is the use of worker process in asp.net?
What is the significance of attaching a profile while creating a user?
What are the asp.net server side objects?
What is the life cycle of an asp.net page?
How do you design a website with multilingual support in ASP.NET ?
how can create login from create and written conde in asp.net
What is Cookies Less Session?
Is post back property in asp net?
Can we add code files of different languages in app_code folder?
What is the application pool?