I want to manipulate the contents of a textbox that exist in the interior of a gridview control
I tried several code but no result
(controls are inside a ItemTemplate in gridview)
TextBox t1=((TextBox)GridView2.Rows[0].Cells[2].FindControl("TextBox9"));