Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
![]() |
Gets or sets the BindAt property value of SemanticItem controls that reference the SemanticItemControlSettings control. Read/write.
Usage
| ASP.NET markup: | <speech:SemanticItemControlSettings BindAt="..." /> |
| Get value: | String = SemanticItemControlSettings.BindAt; |
| Set value: | SemanticItemControlSettings.BindAt = String; |
| Data type: | String |
| Required: | No |
Remarks
For more information about the BindAt property of the SemanticItem control, see BindAt.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<SemanticItem
BindOnChanged="True"
BindAt="Server"
AutoPostBack="True"
SensitiveData="False"/>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:SemanticMap runat="server">
<speech:SemanticItem Settings="Settings1"/>
</speech:SemanticMap>
...
</form>
See Also
SemanticItemControlSettings Class | SemanticItemControlSettings Constructor | SemanticItemControlSettings Members | SemanticItemControlSettings Properties | SemanticItemControlSettings Methods
.jpg)