How do you validate the controls in an ASP .NET page?
Answer Posted / sneha gupta
we can validate controls either server side or client side.
for client side vaildaions we can your either javascript or
validation controls provided in .NET.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how can we inherit a static variable?
Explain the differences between managed and unmanaged code?
What is the meaning of TestApi?
What does mean by a neutral culture?
How to handle errors in Web API?
What is round trip in asp.net?
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?
Explain file-based dependency and key-based dependency.
How does the iis work?
What is the purpose of url encoding?
What are the new features added from ASP to ASP.NET?
What are the Types of state management techniques
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is a reflection?
Where is the session stored?