Sunday, September 17, 2017

// // 2 comments

How to merge Gridview header cells C#

In this article I am going to explain How to merge Gridview header cells with C# As I explained in previous articles bind data with Gridview, If you are new to this article series, please visit How to bind data with Gridview After bind data Gridview headings shows as below |    #     |        Name        |     Code    | I am going to inset an another...
Read More

Monday, September 11, 2017

// // Leave a Comment

How to merge cells in Gridview C#

In this article I am going to explain how to merge cells in Gridview. If field data is repeating row wise, when we bind data with Gridview, same record is show more times in Gridview as below.  123456  Commercial Bank PLC 345632  Commercial Bank PLC 378912  Commercial Bank PLC I am going to show one record for repeating data as below. 123456   345632  Commercial Bank PLC 378912...
Read More

Wednesday, September 6, 2017

// // Leave a Comment

How to merge cells in Gridview VB

In this article I am going to explain how to merge cells in Gridview. If field data is repeating row wise, when we bind data with Gridview, same record is show more times in Gridview as below.  123456  Commercial Bank PLC 345632  Commercial Bank PLC 567890  Commercial Bank PLC I am going to show one record for repeating data as below. 123456   345632  Commercial Bank PLC 567890...
Read More
Loading...