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
Where can I get the details on migration of existing projects using various technologies to asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Any disadvantages in Dataset and in reflection ?
what is meant by sitemapnode ?
What is the good practice to implement validations in aspx page?
What is the page life cycle in asp.net?
Explain page output caching?
What is difference Between Authentication and authorization?
Can master pages be nested?
What is difference in .net 1.1 and .net 2.0?
What is syntax code to send email from an asp.net application?
What is global.asax file used for?
Explain about solution explorer window?
What is a session in programming?
What are web server controls in asp.net?