NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataboundLiteralControl.Render

[To be supplied.]

[Visual Basic]
Overrides Protected Sub Render( _
   ByVal output As HtmlTextWriter _
)
[C#]
protected override void Render(
   HtmlTextWriter output
);
[C++]
protected: override void Render(
   HtmlTextWriter* output
);
[JScript]
protected override function Render(
   output : HtmlTextWriter
);

Parameters

output
[To be supplied.]

See Also

DataboundLiteralControl Class | DataboundLiteralControl Members | System.Web.UI Namespace