You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Poll Class > Poll Properties > EnableAjax
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Poll.EnableAjax Property

Determines if the results will show in the area of the page that contains the poll. If the value is 'true' then the results will be shown in the area containing the poll without any modification or refresh of the surrounding contents. Otherwise, the poll results are displayed in place of the page content.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(true)]
[Browsable(false)]
[Obsolete("No longer supported. It is always defaults to true.")]
[Description("Whether the results shown be displayed in the poll location without disturbing the surrounding contents.")]
public bool EnableAjax;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(true)>
<Browsable(false)>
<Obsolete("No longer supported. It is always defaults to true.")>
<Description("Whether the results shown be displayed in the poll location without disturbing the surrounding contents.")>
Public Property EnableAjax() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!