473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Keystroke Navigation

We have an interesting programming problem and I wonder if anyone
would know how to accomplish this, or be able to point me in the right
direction
I have a list of 100 items, in this case it's names and numbers.
The entire list is written to one data grid, or table in an ASPX page
As having to scroll through that list is already inefficient, and more
names will be added, I need to find an elegant solution that will let
me get to the items I want, quickly.
I would like to be able to:
Hit a key (such as "R")
Go directly to the items that begin with R
Then hit a "B"
And be able to go to those names that begin with B
I have to believe there is some way to do this. Some kind of
indexing? Some kind of Javascript even that will get the keystroke
and allow that kind of navigation?

Anyone who can help would get major Karma points!

John

Mar 16 '07 #1
2 1316
John wrote:
We have an interesting programming problem and I wonder if anyone
would know how to accomplish this, or be able to point me in the right
direction
I have a list of 100 items, in this case it's names and numbers.
The entire list is written to one data grid, or table in an ASPX page
As having to scroll through that list is already inefficient, and more
names will be added, I need to find an elegant solution that will let
me get to the items I want, quickly.
I would like to be able to:
Hit a key (such as "R")
Go directly to the items that begin with R
Then hit a "B"
And be able to go to those names that begin with B
I have to believe there is some way to do this. Some kind of
indexing? Some kind of Javascript even that will get the keystroke
and allow that kind of navigation?

Anyone who can help would get major Karma points!
Maybe what you want is a letterpager:
http://www.codeproject.com/aspnet/LetterPaging.asp

--

Riki
Mar 16 '07 #2
On Mar 16, 2:51 pm, "Riki" <r...@dontnagme.comwrote:
John wrote:
We have an interesting programming problem and I wonder if anyone
would know how to accomplish this, or be able to point me in the right
direction
I have a list of 100 items, in this case it's names and numbers.
The entire list is written to one data grid, or table in an ASPX page
As having to scroll through that list is already inefficient, and more
names will be added, I need to find an elegant solution that will let
me get to the items I want, quickly.
I would like to be able to:
Hit a key (such as "R")
Go directly to the items that begin with R
Then hit a "B"
And be able to go to those names that begin with B
I have to believe there is some way to do this. Some kind of
indexing? Some kind of Javascript even that will get the keystroke
and allow that kind of navigation?
Anyone who can help would get major Karma points!

Maybe what you want is a letterpager:http://www.codeproject.com/aspnet/LetterPaging.asp

--

Riki- Hide quoted text -

- Show quoted text -
Kind of but I want to display the entire list and use a keystroke, not
a click to navigate it.

Mar 16 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Ste | last post by:
Hello, my goal would be implementing some keystroke analysis using php. I'm a novice in php, so i ask your advice: according to you, is it possible to log each keystroke client-side even if php is...
7
by: hokieghal99 | last post by:
Does anyone know of a keystroke logger that has been written in Python for Windows machines? I'd like to see such a script and use it as a point of reference for a real-time backup project that I'm...
2
by: Wayne Wengert | last post by:
I want to get the decimal (integer) value of user keystrokes. I am using the following code. chrInput is the character entered (e.g. "M") and "keystroke is DIMed as Short keystroke =...
1
by: Amin Gunawan via .NET 247 | last post by:
I would like to put a combo box in a column of a datagrid. I've seen the samples in the MSDN library of other sources, butall samples didn't catch the 'DOWN/UP' keystroke. It means thatwhen I select...
15
by: Frank Bormann | last post by:
Hi, probably a stupid question, but I haven't been able to find anything. Is there a istream related function that let me read exactly one keystroke from the keyboard through cin? What I...
1
by: Joseph Geretz | last post by:
I'm noticing that when my DataGrid has focus, it handles the Enter key by advancing to the next row in the grid. This neutralizes Forms's current defined AcceptButton. My primary question: is...
3
Claus Mygind
by: Claus Mygind | last post by:
with the "onKeyPress" event handler I see that I can capture and examine the value of a keystroke before it is displayed on the screen. I have made good use of this for single character fields where...
1
by: visweswaran2830 | last post by:
Hi, I need to stop the keystroke event when I pressed a particular key. For Eg: If press alt+tab key then that keys should not perform that operation, that should operation should be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.