Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
QuestionDuplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd19-Apr-09 22:20
professionalVimalsoft(Pty) Ltd19-Apr-09 22:20 
AnswerRe: Duplicates in a Arraylist Pin
Abhijit Jana19-Apr-09 22:32
professionalAbhijit Jana19-Apr-09 22:32 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd20-Apr-09 3:15
professionalVimalsoft(Pty) Ltd20-Apr-09 3:15 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd23-Apr-09 2:05
professionalVimalsoft(Pty) Ltd23-Apr-09 2:05 
AnswerRe: Duplicates in a Arraylist Pin
OriginalGriff19-Apr-09 22:44
mveOriginalGriff19-Apr-09 22:44 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd20-Apr-09 3:16
professionalVimalsoft(Pty) Ltd20-Apr-09 3:16 
AnswerRe: Duplicates in a Arraylist Pin
N a v a n e e t h20-Apr-09 1:21
N a v a n e e t h20-Apr-09 1:21 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd20-Apr-09 3:22
professionalVimalsoft(Pty) Ltd20-Apr-09 3:22 
Good Afternoon N a v a n e e t h

The Duplicates are Created Intentional. My Client changed the Requirement. i was displaying a something like this

Staff  Cycle
=============
James  |4
Andrew |3
James  |2
James  |12
James  |33
Cole   |23
Daniel |56



This was Displayed in a Grid, so my Client want those with same name Displayed as a String. Now i wanted to Loop on the Grid on client side and look for the "James's" that appears more than once and put them in Arraylist or HashSet(T) after that and Display it like this

Staff  Cycle
==================
Andrew |3
James  |4,2,12,33
Cole   |23
Daniel |56



Those that appears once , can remain with their single Value.

Thank you for your Help

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: Duplicates in a Arraylist Pin
Alan Balkany20-Apr-09 3:55
Alan Balkany20-Apr-09 3:55 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd7-May-09 3:18
professionalVimalsoft(Pty) Ltd7-May-09 3:18 
AnswerRe: Duplicates in a Arraylist Pin
#realJSOP20-Apr-09 3:08
professional#realJSOP20-Apr-09 3:08 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd20-Apr-09 3:25
professionalVimalsoft(Pty) Ltd20-Apr-09 3:25 
AnswerRe: Duplicates in a Arraylist Pin
PIEBALDconsult20-Apr-09 14:11
mvePIEBALDconsult20-Apr-09 14:11 
GeneralRe: Duplicates in a Arraylist Pin
Vimalsoft(Pty) Ltd7-May-09 3:17
professionalVimalsoft(Pty) Ltd7-May-09 3:17 
QuestionPublish : How i set the installing(Destination) path Pin
ddravin200019-Apr-09 21:48
ddravin200019-Apr-09 21:48 
AnswerRe: Publish : How i set the installing(Destination) path Pin
Abhijit Jana19-Apr-09 22:10
professionalAbhijit Jana19-Apr-09 22:10 
QuestionHow to insert relational Data with TableAdapter. Pin
hdv21219-Apr-09 21:30
hdv21219-Apr-09 21:30 
QuestionBinding data to the combobox Pin
Schdev19-Apr-09 21:14
Schdev19-Apr-09 21:14 
AnswerRe: Binding data to the combobox Pin
karlodegrano19-Apr-09 21:55
karlodegrano19-Apr-09 21:55 
AnswerRe: Binding data to the combobox Pin
Mycroft Holmes20-Apr-09 0:55
professionalMycroft Holmes20-Apr-09 0:55 
QuestionProblem with Directory Resolution Pin
Hiten Parmar19-Apr-09 21:06
Hiten Parmar19-Apr-09 21:06 
AnswerRe: Problem with Directory Resolution Pin
Vikram A Punathambekar19-Apr-09 21:23
Vikram A Punathambekar19-Apr-09 21:23 
QuestionCan I select which network connection (adapter) my application will use. Pin
shovaly19-Apr-09 20:20
shovaly19-Apr-09 20:20 
QuestionBHO varying in system to system? [modified] Pin
svt gdwl19-Apr-09 18:59
svt gdwl19-Apr-09 18:59 
QuestionVBA calling C# code? Pin
devvvy19-Apr-09 17:58
devvvy19-Apr-09 17:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.