Hi George,
Check this out?
Letter/Alphanumeric Based Paging in ASP.NET
By Joseph S. Keller
http://www.codeproject.com/aspnet/LetterBasedPaging.asp
--
Important: Patch Windows *beyond* Blaster.
http://www.microsoft.com/technet/sec...n/MS03-039.asp
"George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
news:...
I'm looking to implement this paging for a list of clients. Instead of
paging with page numbers, or < and >. I want to provide A through Z for the
first letter of the last name of the client.
Hitting B for example, will give me the list of all clients with a last name
starting with B
Has this been done? Can anyone point me to an example?
Many thanks