smart rendering asp

Does smart rendering work with .asp? I just see ‘dynscroll.php’ in your examples… How would ‘dynscroll.asp’ look like?

Grid is fully client side component , so it can be used with nearly any server side technology
Unfortunately there is no ready to use sample for classical ASP

The server side code receives position from data must be returned and requested count of rows, select necessary info from DB and output it as XML - pretty simple.