Link to home
Start Free TrialLog in
Avatar of Bruce
BruceFlag for United States of America

asked on

How do I force a ModalPopupExtender panel button to do a postback to call an event handler function?

How do I force a ModalPopupExtender panel button to do a postback to call an event handler function?

I tried putting the Event Handler functions name in the OnClick of the button.  I then tried to force a postback with theform.submit() but this surpasses the Validation on the page and Page.IsValid is false.

Thanks!
Avatar of mohan_sekar
mohan_sekar
Flag of United States of America image

I don't get it! Could you post relevant sections of your code and explain the problem again?
ASKER CERTIFIED SOLUTION
Avatar of Bruce
Bruce
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial