Dot Net WindowsForms Question:

How to split a column header in gridview using C#.net?

Answer:

this can be done at client side, if u have a fixed format
by , creating a html table format in grid's "header
template" and in item template.

Read All 21 Dot Net WindowsForms Questions
Previous QuestionNext Question
How to find the current record position in data control?Where to use NEW keyword other than create instance?