Visual Basic Concepts
When you add an HTML template to your project, the webclass designer parses it and displays a list of HTML tag attributes in the right-hand panel. The attributes listed are items that trigger an action in the browser. These attributes have the potential to act as events, but they are not actual events yet. You must choose which attributes you want to program, then perform a process known as "connecting" the events. Connecting an attribute makes it programmatically available.
If you select the Menu webitem and look at your webclass designer's right panel, you can see that the Target column currently says "None" for each of the tags listed there. This means that no connection has been specified for those tag attributes. When you connect a tag attribute, the Target column shows the event name or webitem to which the attribute has been connected.
In this step, you will perform two actions:
For More Information For more information on the types of events in a webclass or the process of connecting events, see "Webclass Events" in the "Developing IIS Applications with Webclasses" section of the Components Tools Guide, in the MSDN Library.
To connect ShowAllCustomers to a custom webitem
To connect ShowAllCalls to a custom event