<%
Option Explicit
Dim MyObject
Set MyObject = Server.CreateObject("SampleServer.Employees")
Response.Write MyObject.SelectControl
%>
