Supported Display Modes
Hey, I get the error 'SupportedDisplayModes is a property but is being used as a method'. What's up.
<code>
WebPartDisplayMode wpDisplayMode =
WebPartManager1.SupportedDisplayModes(DropDownList 1.SelectedValue.ToString());
</code>Tom
__________________
Thomas G Magaro
Last edited by flashmanTom; July 20th, 2011 at 09:14 PM..
Reason: Added Code
|