I have the following Names: Accord Coupe, Accord Hybrid, Accord Sedan, Civic Coupe, Civic Hybrid, Civic NGV, Civic Sedan, CR-V, Element,FitInsight, Odyssey, Pilot,Ridgeline, S2000. all these comes under different columns in a Table. My requirement is a Accord is repeated three times i want it as main heading and Coupe, Hybrid, sedan as subheadings under Accord. In the same way Civic also should aso come. i need VB.NET code to create all this in HTML
|
| Author: kumar 24 Nov 2008 | Member Level: Silver | Rating:   Points: 3 |
create a new table dynamically. Get data from table in a loop and search with word make it as heading row and for remaining repeat the search with first row if contains create a sub row or a inner table. Dynamically generate HTML code.
|