5
Answers

Delete particular textbox from 5 dynamically created textbox

Photo of Anand K

Anand K

5y
991
1
In C#.net, I create say 5 textboxes dynamically, how to remove a particular textbox from these 5 textboxes during runtime and without using Button or CheckBox controls but programmatically only?

Answers (5)