I want to connect two different dataset collections in one repeater. I tried the referencing method. But, it did not work. So, I came up with an idea to submit the data I required prior to it displays in the repeater.
I want to know, is there any possibility me to view the data field from 1 dataset and submit to another dataset using code?
If there is a possibility please help me. Thank You.
Thank You For the wonderful Answer. It is really helpful. But, Using any of those methods, I am unable to automatically update the datasets. Although I do referencing, I have to manually add the required fields.
Well. Let’s forget about connecting datasets for sometime.
I have two texts TEXT1.text and TEXT2.text. And I have two datasets DATASET1 and DATASET2. Now, I have information stored in DATASET1. So, I connect TEXT1 to DATASET1 to Read Only. So, I can view the information. And, I connect TEXT2 to DATASET2 to Write Only. And now, I want TEXT2 to show me the same information which is on TEXT1. And I want to save that TEXT2 information in DATASET2 when I submit the information. Do you have a solution for this ? Please help me. Thank You.