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.

Custom wwWebControl wwWebLinkButton

Class Members

MemberDescription
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: ```html ``` You then need to implement the…
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.

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic