vinmca wrote:
I want to load the controls from database
Where did you used this in the rest of your question? Are you saying you want/are saving the User A/B choices in DB?
vinmca wrote:
Kindly suggest a solution
Save the choices in a DB, Session, QueryString, etc. You can use any state management technique that will provide you the controls selected by User A in page 1.
In page 2, get the data of selected controls, create it dynamically and place them. By default, you can put a panel in Page 2, such that you can add controls to that panel.