I created a javascript AdoNetDataContext and created a DataView from it. I was using textboxes on the template for the table columns. AdoNetDataContext can track changes if there were any on the textboxes corresponding to the table columns used. But my changes to the textbox are done via jquery. The thing is, datacontext does not recognize that there were changes, thus cannot commit them.
What must be the reason behind this behavior and how can we solve this problem? Thanks a lot.