In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected
Answer Posted / devkranth kishore
U can do it By Adding a Required validator To the textbox
with enabled is false...
no in the Drop downList selected IndexChanged make it
enable True... this will solve the Isssue
| Is This Answer Correct ? | 4 Yes | 2 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?
Difference between using directive vs using statement?
What is the difference between viewstate and hidden field in asp.net?
What does uri mean?
What is the difference between globalization and localization?
How Can assign alias name for ASP.NET Web API Action?
Name the tools or API for developing or testing web api?
Is there any limit for query string? Means what is the maximum size?
What is use of Master Page in ASP.NET web pages?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How should I destroy my objects in asp.net?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is asp.net and its advantages?
What is preprocessor in .net and type, where it use?
What are the types of authentication in asp.net?