HighTechTalks DotNet Forums  

Suppress duplicate records in GridView

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Suppress duplicate records in GridView in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Rakesh Parekh
 
Posts: n/a

Default Suppress duplicate records in GridView - 08-19-2006 , 10:30 PM






Hi,

The GridView in ASP.NET page display records as under:

CustomerName OrderNumber

ABC 1245
ABC 4878
XYZ 1000
XYZ 1200
OPQ 1300

I want the GridView not to repeat duplicate CustomerName and give report like

CustomerName OrderNumber

ABC 1245
4878
XYZ 1000
1200
OPQ 1300

Please advise how to stop duplicate CustomerName. Leave blank cell for
duplicate customer name.

Thanks,
Rakesh

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.