How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / srikanth
Hi Jiten, you're mistaken bydefault all the asp.net
controls are server controls that runs server side, so
validation controls do. To reduce the burden on the server
we will use javascript validation which will be done client
side.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is asp.net architecture?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can the unique key be null?
What is clickid?
What is difference between asp state management and asp.net state management?
How to add DateTime Control in normal DataGrid Server Control?
Explain Session state management options in ASP.NET.
Explain how cookies work. Give an example of cookie abuse.
Where code pages are used?
What is ashx file in asp.net?
What events will occur when a page is loaded?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is the difference between user control and custom control?
Define xmlreader class.