Asynchronouse Call
-
Hi Everyone. I am trying to save multiple rows from angular UI grid to a database using for loop. I am calling controller action method using http.post. Could anyone help me out in guiding how to save multiple rows using http request. Thanks Syed
-
Hi Everyone. I am trying to save multiple rows from angular UI grid to a database using for loop. I am calling controller action method using http.post. Could anyone help me out in guiding how to save multiple rows using http request. Thanks Syed
-
Hi Everyone. I am trying to save multiple rows from angular UI grid to a database using for loop. I am calling controller action method using http.post. Could anyone help me out in guiding how to save multiple rows using http request. Thanks Syed
Server call in a loop could lead to performance issue. Add them in to JSON Array in a loop and pass it to server call at the end.