Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by markito on Nov 14, 2007 07:43
open dhtmlx forum
smart rendering asp

Does smart rendering work with .asp? I just see 'dynscroll.php' in your examples... How would 'dynscroll.asp' look like?
Answer posted on Nov 14, 2007 08:26
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.