Gets a value that indicates whether multiple triggers can be selected at the same time.
Syntax
CSharp
protected override bool CanSelectMultipleInstances ()
VisualBasic
Protected Overrides Function CanSelectMultipleInstances As Boolean
ManagedCPlusPlus
protected:
virtual bool CanSelectMultipleInstances () override
JSharp
protected boolean CanSelectMultipleInstances ()
Return Value
Return Value
Always false.
Remarks
The CanSelectMultipleInstances() method always returns false. Therefore, you can select only one trigger each time you use the UpdatePanelTriggerCollectionEditor. A trigger can be an AsyncPostBackTrigger or a PostBackTrigger.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)