I have a gridview that onRowCreated adds a second header row above the first one. In the created one there is a textbox control. My question is how would I access that textbox in the code behind?
The code for the created row is below:
Code:
If e.Row.RowType = DataControlRowType.Header Then
Dim gvHeaderGrid As GridView = sender