Reputation: 125
I saw a few posts in here that got me pointed in the right direction, but I think my issue is unique.
I have a user control that I want to add every time the Add button is clicked. I got that part working by verifying the button was clicked on postback, incrementing a counter, then looping through the counter on Page_Load to add the controls to my placeHolder.
I have two challanges left.
How do I hold the values that were previously entered into the user control?
My control conatins a series of images that are based on user input. These images are affected by JavaScript functions inside he control. So let's say I am changing a default image called default.gif. This works fine for the first control added, but the
Upvotes: 2
Views: 557
Reputation: 460258
Upvotes: 4