By tag: headers
0
kicks
Merging GridView Headers to have multiple Headers in GridView using C#
Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET
For this you need to create GridView header row in RowCreated Event
In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row ...
0
kicks
C++ header dependency tricks
A clever trick for minimising C++ header dependencies for templated code. Works well on STL objects like <string> and <list>.