0
down vote
favorite
I have a grid in which in creating a header dynamically, it contains total, I'm getting the total from the query and storing it in the hidden field, but value is stored in the
(e.Row.RowType == DataControlRowType.DataRow)
but the header is getting created in
(e.Row.RowType == DataControlRowType.Header)
how to assign the value in the header text