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

razor - Is this a bug in WebMatrix PageData? -

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

c# - Cloning WPF controls and object hierarchies -