Hi, I m using DataGridView in c#.net, can anyone help me with the code to obtain the following. ------------------------------------------------------------| Student Details | Course Details | ------------------------------------------------------------| Name | Address | Name | Code No | ------------------------------------------------------------| aaa | India | CS | 123 | ------------------------------------------------------------| Thanks
K
Kavyashri
@Kavyashri
Posts
-
Merging Headers of datagridview in C#.Net -
Merging Header CellsHi, I m using DataGridView in c#.net, can anyone help me with the code to obtain the following. ------------------------------------------------------------| Student Details | Course Details | ------------------------------------------------------------| Name | Address | Name | Code No | ------------------------------------------------------------| aaa | India | CS | 123 | ------------------------------------------------------------|