Hi Team,
I have a data table with single or multi rows of datas say Account No and Account Name.
I want to print this in a html table format. If the dt contains 1 row of data it should show in 1 html table if multiple rows in dt means it should display multiple rows in html table. Table should increase or decrease dynamically. Any sample code would help.