<code> string str = ((TextBox)this.Gr1.HeaderRow.FindControl("TextBox1")).Text;</code> not getting text box value from header temp let in grid view
string str = Gr1.Columns(Gr1.CurrentCell.ColumnIndex).HeaderText
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)