G
Guest
I create a datagrid using the Web Forms Toolbo
The dataadapter,dataset and databind() code runs in a button eventhandler
The headertext is currently determined by the column names of my SQL select statement there
How can I change the headertext programatically in the codebehind? ... I don't want to change the preexisting code if at all possible.
The dataadapter,dataset and databind() code runs in a button eventhandler
The headertext is currently determined by the column names of my SQL select statement there
How can I change the headertext programatically in the codebehind? ... I don't want to change the preexisting code if at all possible.