i am adding dynamic control (textbox) and i set the property to visible = false but i dont find the control in the tree collection, i want to hide it from user se
visible = false
If visible is false, it wont be rendered to the page. Also for you requirement HTMLInputHidden control can be used.