filter table by alphabet key press?

jhwong

New member
Joined
Nov 5, 2009
Messages
1
Programming Experience
Beginner
Hi, I am very new to vb.net, just wonder can I use vb.net to do something like this : I have alphabert from [A]...to [z]. when A is clicked, product name that start with "A" and it's price will shown in a table below.

Is this simple to do? any informations that I can refer to?

thanks
 
Yes practically anything is possible. Sounds like you will be working with a database to hold the data. The "A" is merely doing a query into that database for the items you have.

Quick Tutorial.
Also google is your friend.
 
Back
Top