I would like some guidance as to how to proceed to build a webpage in asp or
aspx. I am going to hit a SQL db needing to get the following data:
SELECT ServerName,Prim aryTech FROM tblservers GROUP BY
PrimaryTech,Ser verName
The idea is to display the data in a table format where the Column header
would the PrimaryTech and under each tech would the ServerName they are
responsible for.
ie.....
John Matt Joe
Srv1 Srv3 Srv2
Srv4 Srv6 Srv14
TIA
CD
aspx. I am going to hit a SQL db needing to get the following data:
SELECT ServerName,Prim aryTech FROM tblservers GROUP BY
PrimaryTech,Ser verName
The idea is to display the data in a table format where the Column header
would the PrimaryTech and under each tech would the ServerName they are
responsible for.
ie.....
John Matt Joe
Srv1 Srv3 Srv2
Srv4 Srv6 Srv14
TIA
CD
Comment