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

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -