I am creating a web application (ASP.NET) to store contact details of all staff
etc. I am able to pull all the data out of my sql database and display it in a
repeting table or datagrid which is sorted alphabetically, HOWEVER i would like
to have the data grouped so that all the names with A's are grouped together,
all the names starting with B's are grouped together etc, seperated with a
blank lineinbetween. Can anyone help me with this? I am new to creating asp.net
applications (this is my first)

Thank you