Stories recently tagged with 'headers'

Merging GridView Headers to have multiple Headers in GridView using C#(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(904) 3 years, 2 months ago

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 i m adding 2 cells read more...

add a comment |category: |Views: 716

tags: another

C++ header dependency tricks(xania.org)

submitted by TheMoogTheMoog(40) 4 years, 2 months ago

A clever trick for minimising C++ header dependencies for templated code. Works well on STL objects like <string> and <list>. read more...

add a comment |category: |Views: 36

tags: another