duftstenen
IS-IT--Management
Hi everyone,
I’m struggling with a website that gives me a lot of headache at the moment. The thing is that I can’t figure out the right way of doing this, and need a good advice in doing this the proper way.
When the user click a category in a dropdown list the page will post back and then load different dynamic webcontrols. When clicking on a webcontrol (e.g. TextBox), the control will then be created below in a summary list, with exactly the same properties/value etc.
If the user then picks another category, the page should reload with the webcontrols for that category, but the previous selected controls should still be there in some sort of summary list.
So basically it is some kind of “pick a webcontrol and put in the basket/summary list” which will be the issue.
I have been doing some more or less creative solutions, but get into a lot of problem. One solution I was to generate two sets of controls, where the second one will be visible if clicked. A solution where I stored the control which I clicked into a session etc. But it doesn’t seem the right way of doing it.
How would you do it?
Thank you in advanced
Duftstenen
I’m struggling with a website that gives me a lot of headache at the moment. The thing is that I can’t figure out the right way of doing this, and need a good advice in doing this the proper way.
When the user click a category in a dropdown list the page will post back and then load different dynamic webcontrols. When clicking on a webcontrol (e.g. TextBox), the control will then be created below in a summary list, with exactly the same properties/value etc.
If the user then picks another category, the page should reload with the webcontrols for that category, but the previous selected controls should still be there in some sort of summary list.
So basically it is some kind of “pick a webcontrol and put in the basket/summary list” which will be the issue.
I have been doing some more or less creative solutions, but get into a lot of problem. One solution I was to generate two sets of controls, where the second one will be visible if clicked. A solution where I stored the control which I clicked into a session etc. But it doesn’t seem the right way of doing it.
How would you do it?
Thank you in advanced
Duftstenen