Explain the differences between Server-side and Client-side
code?
Answer Posted / parth chowdhury
Server side validation can be done in XML or in HTML itself
While, Client side validation should be done by using
Javascript or Jquery but it should be processed before
submitting the form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is autopostback in asp net?
What is xaml? Are xaml file compiled or built on runtime?
Explain About WebService
What are the Types of objects in ASP
How to do state management in ASP.NET?
What is state management techniques in asp.net?
Where is asp.net view state stored?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the function of the ViewState property?
If you want to write your own dot net language, what steps you will you take care?
What are the Difference between asp.net and asp ?
What is the difference between executescalar and executenonquery?
Explain about asp.net 2.0 themes?
In which situation can you not use a viewstate?