I wonder if I can let the modalPopupExtender's panel to be poped up after some C# code was executed?
Here my panel consist some textboxes and I need the data to be filled in before it was pop up.
I tried to set the modalPopupExtender to disabled first and enable it in C# code after the C# code was executed, but the panel won't pop up, only if I click the targetControlbutton again, the panel will pop up.
Any ideas?