R – Datagrids and Classic ASP

asp-classicdatagrid

to maintain compatibility with a classic ASP system, I essentially need to build the equivalent of an ASP.NET datagrid (complete with read, insert and update capability) in Classic ASP, are there any tools out there that make this any easier than just simply handcoding tables? I'm fairly rusty at Classic ASP as well so an easy solution is much appreciated, thanks!

Best Answer

You might want to check out ajaxed Datatable

Start with Understanding Datatables

Related Topic