asp.net - gridview header that contains a div -
is possible put div inside header cell?
thanks.
if it's template field, have
<asp:templatefield> <headertemplate> <div> div contents </div> </headertemplate> </asp:templatefield>
Comments
Post a Comment