Steve,
Thanks for your reply. I looked at your free control but couldn't
figure out what files I needed to add to my project to get the control
to work to satisfy:
<%@ Register tagprefix="mbdb" namespace="MetaBuilders.WebControls"
Assembly="MetaBuilders.WebControls.DefaultButtons" %>
Certainly I don't need to add all of the files in the zipped folder to
my project?
Fortunately, I found a much simpler solution:
Place a hidden html textbox somewhere in the form.
<INPUT type="text" style="DISPLAY:none">
Then when you hit enter in the login field it should fire the login
button's click event. It works like a charm.
Thanks for your help
RABMissouri