I need to open a popup through the event of selecting a dropdownlist
in a .net application and in this way populate the field of the first screen with the selection of the option displayed by popup . I confess that I am somewhat lazy with the javascript and from what I have checked the Page.ClientScript
can be used, however I would like an orientation how to work with this method or another that heals my need.
I need a way to capture the selection of a dropdownlist
to open a popup.
Thanks for your attention.