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 I need to create and run an asp.net application?
What is asynchronous call?
Where is asp.net view state stored?
What is the base class from which web forms are inherited?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is asp.net response object?
How is application management and maintenance improved in asp.net 2.0?
How may clustered index we can create in table?
What is the difference between system.stringbuilder and system.string
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain the advantages of passport authentication.
How you can access the values from the Repeater control in ASP.NET?
What are validator? Name the validation controls in asp.net? How do you disable them?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Write a code snippet to implement the indentation in json in web api.