I am dynamically generating checkbox for button1 click and
dynamically generating textbox for button2 click.
But my problem is if button2 is clicked then texbox gets generated BUT
CHECKBOX GETS DISAPPEARED.
similarly if button1 is clicked then checkbox gets generated BUT
TEXTBOX GETS DISAPPEARED.
So when i click button2 i want textbox to be generated and also i want the
checkbox which were generated for button1 click to be preserved
AND VICEVERSA.
Bookmarks