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
What is asp.net futures?
What are the features that make asp.net more used framework? : asp.net mvc
Do you know caching feature?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Explain different types of Caching techniques in ASP.NET?
What is ispostback method in asp.net?
What is the difference between system.stringbuilder and system.string
Define static constructor?
What are query strings used for?
Explain automatic memory management in .net.
Explain the difference between an exe and a dll?
What is the function used for removing an event listener?
What is difference between mvc and asp.net? : Asp.Net MVC
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?