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!

HyperLinkColumn Class

HyperLinkColumn creates a column within the DataGrid that contains a hyperlink that can navigate to a specified URL. Both the text and URL of the hyperlink can either be static or databound.

Object
   Column
      HyperLinkColumn

[Visual Basic]
Public Class HyperLinkColumn
   Inherits Column
[C#]
public class HyperLinkColumn : Column
[C++]
public __gc class HyperLinkColumn : public Column
[JScript]
public class HyperLinkColumn extends Column

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

HyperLinkColumn Members | System.Web.UI.WebControls Namespace | TBD | TBD | TBD | TBD