Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 1proguser

  1. 1proguser

    databind xml to html table by column and not by row

    Hi, I have a xml file and need to bind the data to a html table. Binding each recordset in the xml file to each html table row is simple. <XML ID = "xmlData" src = "myXMLFile.xml"></XML> <TABLE BORDER = "1" DATASRC = "#xmlData" DATAPAGESIZE = "2" ID = "tbl"> <THEAD> <TR>...

Part and Inventory Search

Back
Top