Visual Basic Concepts
Take a look at the Menu page as it is displayed in the browser. When either button is clicked, the webclass needs to fire an event, retrieve records, and display a new page.
To make the Show All Customers button work, you will create a custom webitem and pass processing to it when the button is clicked. In some ways, a custom webitem is not unlike a code module or a function — it helps organize your code and can contain procedures that are used in multiple locations.
To add a custom webitem to the project