Name two properties common in every validation control?
Answer Posted / chandu
1.control to validate
2.Error message.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the difference between overriding and overloading?
What I need to create and run an asp.net application?
How would you enable impersonation in the web.config file?
What is a postback ispostback and autopostback in asp net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the part of url?
What is state management techniques in asp.net?
How many web.config files can I have in an application?
Where can I get the details on migration of existing projects using various technologies to 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?
How does http session work?
How does the service stream content?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is the use of view state?
How can we register exception filter globally?