Display Fees details from database In Table Format
        Posted  
        
            by Suryakavitha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Suryakavitha
        
        
        
        Published on 2010-03-01T11:33:51Z
        Indexed on 
            2010/04/03
            10:03 UTC
        
        
        Read the original article
        Hit count: 239
        
Hi , I am using a website(C#) for inserting fees details for I std to V std into a database... next i want to display in that details in next page as a table format which is mentioned below.....
ClassName Class I ClassII ClassIII ClassIV ClassV
TutionFees 1000 1000 1100 1100 1100
ExamFees 500 500 500 550 600
Bookfees 200 200 300 300 300
How shall i Do like this format? can any one tell me the solution Of this? plz.. Thanks in advance..
© Stack Overflow or respective owner