Client Side DataSet Operations
-
Hi, I have requirement where nearly 1000 records are to be updated or inserted or deleted in the client side itself through the dataset.Can anyone know how these operations are to be performed through only clientside without interaction on the server side and send back the modified dataset back to the server code to get updated...Hi this is an urgent requirement for me.. Anyone's help is much appreciated ... Thanks in advance
your peter
-
Hi, I have requirement where nearly 1000 records are to be updated or inserted or deleted in the client side itself through the dataset.Can anyone know how these operations are to be performed through only clientside without interaction on the server side and send back the modified dataset back to the server code to get updated...Hi this is an urgent requirement for me.. Anyone's help is much appreciated ... Thanks in advance
your peter
1000 records going to the client side is going to be very slow, especially if you are updating them all at the same time. Can it be broken down into smaller chunks of data?