Hello everybody,


I have a design problem

I created two objects.
A Package object and a good object. One package object contains a public collection of good objects. (one-to-many relation)

I also have more than one package. So I have one page where I put my described packages in a datagrid. I also activated the edit button.

What I want to achieve is that a person clicks on the edit button, this opens a new page and there I see the goods in the package (also on a datagrid).

Right now I'm looking for an easy solution so I can 'hang' each corresponding package object to the corresponding edit button in the datagrid. (I hope I explained it well)

So I can jump to a new page together with the package object.

I really hope someone can help me out, cause I've been looking for a technique, but I can't figure on out !

Thanks in advance,

Bjorn