I'm using the following code:

<%
Set X=Server.CreateObject(&#34;ASP.DB&#34
X.dbQuickProps = &#34;1003;Unishippers;;grid;;;;FOXPRO;;&#34;
X.dbSQL=&#34;SELECT...&#34;
X.dbGridInc=999999
X.dbstatusbar=false
X.dbSelectBox=&#34;&#34;&Msize()&&#34;,<B>Training :</B>;#classname# - #classdate#&#34;
X.dbColor = &#34;#ffffff,#000000,#ffffff,#000000&#34;
X.dbExportFlds=&#34;0&#34;
X.ASPdb
%>

To display a select box with a list of all the classes a rep has taken.

I want to use the select box for presentation only as to better control how long the page can be.

Is there a way remove the Submit button altogether?

If not is there another way to display records in a select box with just the select box being displayed?

Thanks.