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 / rahul singhal
u will have to chk the selectedtext of the dropdown if
selectedtext is others then disable textbox
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is Bundling and Minification in MVC?
Differentiate between globalization and localization.
What does asp stand for in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can you dynamically add user controls to a page?
What is the difference between GridView and Repeater controls in ASP.NET?
What is master page in dtp?
What is the use of the tag in the web.config file?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is IPostBack? How to use it?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Web API uses which library for JSON serialization?
What is the maximum number of classes that can be contained in one dll file?
How do you design a website with multilingual support in ASP.NET ?