See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

BufferedScript Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BufferedScript Property

Gets the client-side script which will be written to the response stream when the callback request is ended.

[Visual Basic]
<BrowsableAttribute(False)> Public ReadOnly Property BufferedScript As StringWriter
[C#]
[BrowsableAttribute(false)] public StringWriter BufferedScript {get;}
[C++]
[BrowsableAttribute(false)] public: __property StringWriter* get_BufferedScript();
[C++/CLI]
[BrowsableAttribute(false)] public: property StringWriter^ BufferedScript {    StringWriter^ get(); }

Return Type

A StringWriter object that contains buffered script for a callback response.

Remarks

Use the BufferedScript property to modify the client-side script to be sent in response to a callback.

For example, to dynamically change the flow of a label (from bottom to top instead of left to right):

LiveLabel1.BufferedScript.Write(LiveLabel1.GetScriptStyleReference() + ".writingMode = 'tb-rl';");

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.