Class wwWebLinkButton
The wwWebLinkButton is similar to a wwWebButton, but displays as a link rather than a button. The Button posts back to the current page and can trigger an event on the current page.
wwWebControl
wwWebLinkButton
Class Members
| Member | Description | |
|---|---|---|
| Click | Occurs when the user clicks the link. The click event should be routed to a method on the form. The event is designated in script code like so: <ww:wwWebButton runat="server'… | |
| OnClientClick | Sections are treated in a special way in Script and Template pages as they are essentially embedded as literal values into the layout page. This is no problem except when the section block gets even… | |
| Text | The text for the link to display. | |
