I have the code of GridView and it turn to datatable with editor, when i click in one row (inline editor) i change the values of any cell after i use a button to do the (Submit) the Server (C#) dont get the edited values, it returns the original values, how i can solve it? im using Web Form with C# and .Net
Code: https://jsfiddle.net/JuJoGuAl/m5sqebvd/
How i can solve it?