Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 28th, 2008, 11:21 PM
Registered User
 
Join Date: Feb 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Merging cells in Datagrid

:) Hi all,
       I am retrieving data from database on group by basis. If The resultant of query is such a way as shown below.

        EC No HOD EC No.
        0001 0009
        0002 0009
        0003 0009
        0004 00010
        0005 00010

But I want to display the resultant in the grid as below

        EC No HOD EC No.
        -----------------------------
        0001
        0002 0009
        0003
        ------------------------------
        0004
        0005 00010
        ------------------------------
which is nothing but i want to merge the "HOD EC NO." cells and making it to display only once untill the next different HOD EC No. is found.
 Can this be possible in Datagrid. Hope u understood my query.
            Waiting For The Reply.........
            Thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
Selecting Cells In Flexgrid and Merging rfstuck Pro VB 6 0 April 10th, 2008 10:17 AM
Datagrid-Merging Cells p330418 ASP.NET 2.0 Professional 0 February 29th, 2008 12:06 AM
merging excel cells anoopkpanicker Beginning VB 6 1 March 26th, 2007 05:11 PM
How to know cells in table is merging?? DorisTan VB How-To 0 January 13th, 2005 09:50 PM
merging excel cells in vb lip13 Beginning VB 6 1 December 30th, 2004 04:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.