I have a aspx page (VS2008) that has 3 drag and drop containers (Columns). Container 3 has a list of items embeded in labels (one unique item per label). The label Items are dragged to either container1 or container2. The label.ID is a number unique to the item labels text.
I want to put a save button on the form and when clicked it goes to each container and gives me a listing of which label (by id) is in which container.
I havent a clue either, though I did get the labels working dynamically and populated from a DB, HA. Can some one point me in the right direction or give me a sample how to
go through the page and find each label by conainer.
Thank You
I want to put a save button on the form and when clicked it goes to each container and gives me a listing of which label (by id) is in which container.
I havent a clue either, though I did get the labels working dynamically and populated from a DB, HA. Can some one point me in the right direction or give me a sample how to
go through the page and find each label by conainer.
Thank You