Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Design as follows


To what extent was this course useful Dropdownlist (Excellent/Good/Poor)
To what extent you acquired skills Dropdownlist (Excellent/Good/Poor)
To what extent you gained confidence Dropdownlist (Excellent/Good/Poor)


From the above design when i choose the poor from the Dropdownlist i want to show the popup screen.

In that pop up screen in label Why should be there and one textbox to be available in that textbox type the reason for poor.

for that how can i do in asp.net using csharp.


Regards,
Narasiman P.
Posted

1 solution

Refer Here:
ModalPopup With Textbox and Validator [^]

You have to change one thing in it.
place this code
ModalPopupExtender.Show();

in SelectedIndexChanged Event of dropdownlist
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900