Hi Everyone,
I have a gridview in which there are 3 columns: Employee ID, Employee Name and Send Email Column. In "Send Email" column, I have a button. If I click on this button, popup window will open where I can compose a mail and send it to the employee. This is working fine.
But now I want this grid to be auto refreshed after every 1 minute. I added it to Update Panel and it is working fine. But when I click on "Send Email" button, nothing is happening now (popup window is not displaying). Can you please suggest how can I use UpdatePanel and ModalPopupExtender together?
Thank you in advance.