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 |
Is there any alternative to avoid name collisions other then Namespaces?
What is ASLM?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is routing in MVC?
Various types of Page Load functions
What is the sequence in which ASP.NET events are processed?
Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is difference between or and orelse?
what are Httpmodule and HttpHandler?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?