Create asp.net az list
3 answers
Whatever your sql, just add Upper(Substring([myfield],1,1)) AS Letter
to the picklist. Then it's just a matter of displaying the letter as it changes.
Unfortunately, this may be easier said than done. ASP.Net doesn't have very good built-in support for control / break style inference.
+1
source to share