[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

RE: Auto submit on enter key down

Apache

9/4/2004 2:31:00 AM

Thanks Juan,

My form, has a textbox control, button/command control, and few other
controls (all of the are server controls). What I would like to do, is when
user hit "enter" key in textbox it will automatically, trigger an event to
click the button, or maybe run a function in code behind page.



"JuanDG" wrote:

> You have to be more specific, itâ??s very hard to help you with so little
> information.
>
> Are you submitting using the â??actionâ? property of the mobile web form???
> Or are you using Response.Redirect on the command_click event???
>
> Tell us a little bit more about your application (some code will be great
> too!!) and maybe we could help.
>
> --
>
> Juan David Gomez A.
> Microsoft Certified Professional
> Analista de Desarrollo - PSL S.A.
> Web and Wireless Banking
> Medellin - Colombia
>
>
>
> "Apache" wrote:
>
> > I'm developing a stock take application with barcode scanner, targetting on
> > Pocket IE.
> > The problem that i encountered My mobile web form couldn't submit/post
> > automatically when user press on "enter" key.
> >
> > Any help will be appreciate.
> > Thanks