0

Is it possible to refresh a parent page after you close a ModalPopupExtender using only C#? I don't know Javascript much and I'm confused by the Javascript answers I've seen online, and can't find anything that uses just C# to do this.

Johnny Bones
  • 8,786
  • 7
  • 52
  • 117

1 Answers1

0

I know this might be a little strange, but have you considered this approach?

In your case, you would detect if the panel's client id's visible property has changed.

When the popup is closed, the property of the panel should change to hidden.

you use a mutation observer.

MutationObserver and current/computed CSS styles

Ctznkane525
  • 7,297
  • 3
  • 16
  • 40