I was trying out my application as given in this example which is batch update using SqlDataSource in aspx code.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
But unfortunately, while updating/inserting, I get the database error that the values are null.
So how can I do the database updates in code
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
But unfortunately, while updating/inserting, I get the database error that the values are null.
So how can I do the database updates in code