You can intercept the client side enter keypress event of the text box and
then do what you want using javascript code.
Here's a good example:
http://www.kamp-hansen.dk/pages/show...d=21&menuid=18
You could also try using this free control.
http://www.metabuilders.com/tools/DefaultButtons.aspx
And here's a couple good articles on the subject:
http://www.allasp.net/enterkey.aspx
http://www.aspnetpro.com/features/20...200406so_f.asp
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Russell" <> wrote in message
news:...
> I have a web page that i am using an image button as my submit button. The
> code behind the button works, but when I click enter on the web page,
> nothing happens. Can anybody tell me how to get my image button to act as
> the default button on the form?
>
> Thanks in advance
> Russell
>
>