Hello,
I need some help in adding a UserControl to the panel dynamically.
I am using a UserControl has threee textboxes, when i click add button,It should add the Usercontrol with those three textboxes to the Panel.
It's working fine for the first click, I mean when i click add for the first time it's adding the User control to the Panel,But when i click again , it's just replacing the only textboxes. its not adding a new pair of textboxes to my Panel.
Please help me in adding the User Control.
Thank you guys in advance.