ASP.NET GRID CONTROL.

G

Guest

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 !!!
 
C

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
 
G

Guest

Thank You.

Cor Ligthert said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top