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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -