I am experiencing a problem with a popup in Asp.net while using AJAX modalpopup extender. I am wondering if it is feasible to display one type of popup when the user modifies certain textboxes, and another type of popup for the remaining textboxes.
I believe this can be achieved with a javascript function. Can anyone provide assistance?
For example: I would like a popup to appear only when the value in txtbox1 is changed, showing popup1 when the save button is clicked. Otherwise, display popup2.
Thank you in advance!