ricio2000
Member
I have the following issue concerning a Modal Dialog. This dialog pops up when I click on an image button in a parent form. Parent Form contains imgButtonX and when I click this button the Modal Dialog pops up. I enter information and then save the modal, at that point I have some javascript that cause this modal dialog box to close and return true. At this point, the click event that was pressed to open this dialog is not fired. I need my click event to be processed. The event is never fired. Is there some property that needs to be set to that my click event is called for my imgButtonX upon a sucessful save from my modal dialog. Any help or knowledge concerning the way events are processed with javascript and on the server side when dealing with Modals will be appreciated.
Thanks.
Thanks.