Should validation (did the user enter a real date) occur
server-side or client-side? Why?
Answer Posted / sulochana singh
Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does clearing cache?
i want the asp.net technical questions and answeres
How long does an http session last?
What are the page life cycle events?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is user control in asp.net?
What are the different types of sessions in asp.net?
Explain the use of dataadapter.
Which method is used to enforce garbage collection in .net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is the maximum amount of memory any single process on windows can address?
How do you implement postback with a text box?
What is http post action?
What does session_start () do?