.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

List<T>().Add problem C# -

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