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 / rajesh
by using javascript function can be written to
disable/enable the text box and it can be called under
DrowpDownList_SelectIndexChanged event.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a web api? Which protocol is used in a web api?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain the steps to be followed to use passport authentication.
What is the purpose of session management?
What are the asp.net 2.0 features?
Define authentication and authorization.
How many types of Cookies are available in ASP.NET?
what is meant by sitemapnode ?
Explain the difference between array and linkedlist?
What are standard controls?
What is event bubbling?
What is the typical session identifier?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What are the merits and demerits of viewstate?