Delete particular textbox from 5 dynamically created textbox
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?