Update Dataset
-
Hi, I have 2 dataset. I am getting values from database and binding same values to dataset1. This method is written in refresh call so that what ever changes done or update done in the database that will be affected the values to that dataset1. but with the same time i m passing these same values from dataset1 to dataset2. Now in that I want only those values that changed. Means i want only updated values so that my dataset2 will change accordingly. so by passing every time full dataset1 I want to pass or update only updated information. Thanks sjs
-
Hi, I have 2 dataset. I am getting values from database and binding same values to dataset1. This method is written in refresh call so that what ever changes done or update done in the database that will be affected the values to that dataset1. but with the same time i m passing these same values from dataset1 to dataset2. Now in that I want only those values that changed. Means i want only updated values so that my dataset2 will change accordingly. so by passing every time full dataset1 I want to pass or update only updated information. Thanks sjs