This is a simpler version of my previous question,
lets say I dynamically add a control to a custom control named Cont which I built, the control is assigned the unique ID Cont_ctl00.
On the next trip to the server I add a diffrent control to Cont, that control will receive the uniqueid Cont_ctl00, and as a result it will receive all the ViewState parameters of the control from the former trip.
Is there any way to avoid this?
Thanks,
Yuval