AdvStringGrid html forms vs tables?

I have been using AdvStringGrids for some time. I was wondering what the advantages would be of switching to html forms for tables. In my application the table is used for a user to select various options to be used in a subsequent computation - not for displaying actual data. I need test fields, radio buttons, and combo boxes. Looks like I could use either approach. Are there any obvious advantages to one or the other?

Thanks,

Jim

I'm not sure in connection with what component or technique you would be using HTML tables? I guess you refer to displaying a HTML table via a browser? We expect this to be significantly slower in manipulating data than doing this directly with TAdvStringGrid.

Thanks. I just wanted know whether that feature had any special advantages to be worth converting my old code.