Hi, I've this Silverlight scenario:
To input the the items of an user in a comment box. My sample excel file is like this:
User ID Item 1 Item 2 Item 3
================================
12 Table Chair
34 Jar Knife Fruits
45 Dog
For a user's iteration, Data has to be entered and a button has to be clicked to record the data.
Ex: For user 12's run: Data-->Click (To be iterated 2 times); For user 34's run, it has to be iterated thrice, and so on.
I've tried a lot, still cant figure out how can I iterate or loop this scenario. I think it is a combo of looping and data driven. Since the no. of items owned by user is not constant, I'm a lot confused. Please help me out.
Thanks !
To input the the items of an user in a comment box. My sample excel file is like this:
User ID Item 1 Item 2 Item 3
================================
12 Table Chair
34 Jar Knife Fruits
45 Dog
For a user's iteration, Data has to be entered and a button has to be clicked to record the data.
Ex: For user 12's run: Data-->Click (To be iterated 2 times); For user 34's run, it has to be iterated thrice, and so on.
I've tried a lot, still cant figure out how can I iterate or loop this scenario. I think it is a combo of looping and data driven. Since the no. of items owned by user is not constant, I'm a lot confused. Please help me out.
Thanks !