Home All Groups Group Topic Archive Search About

ASP.NET GRID CONTROL.

Author
21 Apr 2006 12:31 AM
Edinson
Newbe in ASP.NET... :)

I want to jump from a textbox to the next one, into a grid by using the
enter key. Do I have to use a Java Script or there is another way. I wounld't
like to use a Java Script.

Another hand, how can I get the name of a textbox control inside a column
template?

Thanx !!!

Author
21 Apr 2006 7:54 AM
Cor Ligthert [MVP]
Edinson,

It is not 1960 any more. The browser is acting as default client UI. If you
want special behaviour, to be a plague for your users who expect it in
another way. Than you should in my opinion have a look on Google or MSDN and
probably add javascript. Because the return (where is on the modern English
keyboards written Enter with a return sign) is mostly acting as a return,
will it in my idea not be easy..

Be assure that your users will almost for sure hate your solution and stop
using it after a while.

Cor

Show quoteHide quote
"Edinson" <Edin***@discussions.microsoft.com> schreef in bericht
news:715EF081-9443-41ED-BBA7-49E4467FCF7F@microsoft.com...
> Newbe in ASP.NET... :)
>
> I want to jump from a textbox to the next one, into a grid by using the
> enter key. Do I have to use a Java Script or there is another way. I
> wounld't
> like to use a Java Script.
>
> Another hand, how can I get the name of a textbox control inside a column
> template?
>
> Thanx !!!
Author
21 Apr 2006 9:13 PM
Edinson
Thank You.

Show quoteHide quote
"Cor Ligthert [MVP]" wrote:

> Edinson,
>
> It is not 1960 any more. The browser is acting as default client UI. If you
> want special behaviour, to be a plague for your users who expect it in
> another way. Than you should in my opinion have a look on Google or MSDN and
> probably add javascript. Because the return (where is on the modern English
> keyboards written Enter with a return sign) is mostly acting as a return,
> will it in my idea not be easy..
>
> Be assure that your users will almost for sure hate your solution and stop
> using it after a while.
>
> Cor
>
> "Edinson" <Edin***@discussions.microsoft.com> schreef in bericht
> news:715EF081-9443-41ED-BBA7-49E4467FCF7F@microsoft.com...
> > Newbe in ASP.NET... :)
> >
> > I want to jump from a textbox to the next one, into a grid by using the
> > enter key. Do I have to use a Java Script or there is another way. I
> > wounld't
> > like to use a Java Script.
> >
> > Another hand, how can I get the name of a textbox control inside a column
> > template?
> >
> > Thanx !!!
>
>
>