.net - GridView HeaderText is empty in some cases -


it returns empty string!

<asp:templatefield headertext='<%= "2323" %>'> 

how solve it? want invoke page method.

using headertemplate solved problem, doesn't explain why. :/


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -