I believe this is possible in mysql, but what about sql server 2008? For example:
   **ID             Type**
   11111          dgf-324-fhj
   11111          sdg-654-fhd
   22222          djg-234-dfh
   23333          uoi-738-sdf
If type is the PK, and lets say my query returns the first 11111 row, how can I create an SQL Statement that will parse me to the next or previous row? Any help or a point to the right direction would be awesome. The program is asp.net/c#/visual studio 2010, Thanks!
 
     
     
    