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 / devkranth kishore
U can do it By Adding a Required validator To the textbox
with enabled is false...
no in the Drop downList selected IndexChanged make it
enable True... this will solve the Isssue
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain an object, class and method.
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What are themes and skins in 2.0, explain usage scenario?
Why is the standalone environment only useful during the development process?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the differences between code behind and code inline?
What is the use of placeholder control?
How do I open an ashx file in windows 7?
Explain exception filters?
Give some salient points of difference between request processor and request dispatcher.
Explain the difference between globalization and localization techniques
Which property is used to identify the Page is Post Back in ASP.NET?
What are tuples?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?