Is a button like the one below still required for the Moday Popup extender to work?
Using hidden button as a target for modal popup extender was never a requirement.
As TargetControlID is a required property, programmers often use a hidden button as target so that modal popup can be shown from code behind manually using PopupId.Show();
Member
557 Points
1281 Posts
Hidden button still required for Modal popup extender?
Apr 10, 2014 09:35 AM|newbie2C#|LINK
I have used the AJAX Control Toolkit in a few years. Is a button like the one below still required for the Moday Popup extender to work?
Contributor
5590 Points
1297 Posts
Re: Hidden button still required for Modal popup extender?
Apr 10, 2014 09:45 AM|dotnetzoom|LINK
Using hidden button as a target for modal popup extender was never a requirement. As TargetControlID is a required property, programmers often use a hidden button as target so that modal popup can be shown from code behind manually using PopupId.Show();