N
NotYetaNurd
Hi ,
Am very new to asp.net
i did somethign like this
CheckBox cbox = new CheckBox();
cbox.Text=txtTask.Text;
MainPnl.Controls.Add(cbox);
and when i call the same routine again the checkboxes are replaced with the
new ones...
regards,
.....
Am very new to asp.net
i did somethign like this
CheckBox cbox = new CheckBox();
cbox.Text=txtTask.Text;
MainPnl.Controls.Add(cbox);
and when i call the same routine again the checkboxes are replaced with the
new ones...
regards,
.....