Is it possible to popup a modal(AJAX) on drop downlist selection. I have a user control which has a ddl and another usercontrol which has that modal popup.On selection of specific item i need to popup modal. Modal popup is in another usercontrol.
Share
I did an example of how to do it entirely client side using a ClientEventPool – http://www.aaron-powell.com/blog/january-2009/fun-with-a-client-event-pool-and-modal-popups.aspx
For AJAX work avoid postbacks at all costs!