Getting editable rows to work in asp.net?

Getting editable rows to work in asp.net?

chillypacmanchillypacman Posts: 1Questions: 0Answers: 0
edited December 2011 in General
HI Guys,

I'm trying to get the editable rows demo (http://datatables.net/release-datatables/examples/api/editable.html) to work in asp.net.

The demo seems to use php to do callbacks, is it at all possible to use asp.net/C# to achieve the same result?

Ultimately what I hope to do is generate a table based on an sql table then make it editable, when you edit one of the rows it gets updated on the server and obviously also visually.
This discussion has been closed.