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
Which is better asp.net or php?
Can you explain the importance of finalize method in .net?
Explain server control extensibility with reference to asp.net 2.0 ?
Is data edited in the Repeater control?
Where is session cookies stored?
Explain the difference between dataset and datareader.
Where session id is stored?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is autopostback in asp net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is preprocessor in .net and type, where it use?
How many types of sessions are there in asp net?
8. Why do you want to work here?
Can we handle the error and redirect to some pages using web.config?
Differentiate between early binding and late binding.