Datagrids and Classic ASP

to maintain compatibility with the classic ASP system, I essentially need to create an ASP.NET datagrid equivalent (complete with read, insert, and update capabilities) in the classic ASP, are there any tools that simplify this than just manual coding tables? I'm pretty rusty in classic ASP, so a simple solution is much appreciated, thanks!

+3
source share
2 answers

You might want to check out ajaxed datatable

Start with Understanding Datatables

+4
source

"ASP" . Javascript- AJAX , ASP-.

? ASP.NET?

, Silverlight Datagrid, ASP.

+2

Source: https://habr.com/ru/post/1724669/


All Articles