Click here to Skip to main content
15,798,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionnice Forums [modified] Pin
sivakumat11-Aug-11 2:27
sivakumat11-Aug-11 2:27 
Questioncomment box Pin
bhujith11-Aug-11 1:41
bhujith11-Aug-11 1:41 
AnswerRe: comment box Pin
Not Active11-Aug-11 2:46
mentorNot Active11-Aug-11 2:46 
GeneralRe: comment box Pin
Morgs Morgan11-Aug-11 3:36
Morgs Morgan11-Aug-11 3:36 
GeneralRe: comment box Pin
Not Active11-Aug-11 4:01
mentorNot Active11-Aug-11 4:01 
GeneralRe: comment box Pin
bhujith12-Aug-11 7:49
bhujith12-Aug-11 7:49 
GeneralRe: comment box Pin
Not Active13-Aug-11 6:43
mentorNot Active13-Aug-11 6:43 
Questionhide repeating data Pin
Hum Dum11-Aug-11 0:09
Hum Dum11-Aug-11 0:09 
table data is
col1  col2  col3  col4
----------------------
1      1a    1b    1c
1      1a    1d    1e
1      1b    1f    1g
2      2a    2b    2c
2      2a    2d    2e
2      2b    2f    2g
2      2b    2h    2i
2      2b    2j    2k


Need to format output as
col1  col2  col3  col4
----------------------
1      1a    1b    1c
             1d    1e
       1b    1f    1g
2      2a    2b    2c
             2d    2e
       2b    2f    2g
             2h    2i
             2j    2k


i.e hiding repeating data.

I am thinking creating a data table object then check for repeating data column,
if repeat then add blank column,
else add same column.

Is there any other way of achieving this ?
what if table contain 10000 rows ?

Any logic/help/link/post will be much helpful.

regards
AnswerRe: hide repeating data Pin
Shahriar Iqbal Chowdhury/Galib11-Aug-11 0:44
professionalShahriar Iqbal Chowdhury/Galib11-Aug-11 0:44 
AnswerRe: hide repeating data Pin
Anurag Gandhi11-Aug-11 1:41
professionalAnurag Gandhi11-Aug-11 1:41 
AnswerRe: hide repeating data Pin
Morgs Morgan11-Aug-11 3:35
Morgs Morgan11-Aug-11 3:35 
QuestionVisual Studio Team Suite UNIT TESTING Pin
Satish_S10-Aug-11 21:55
Satish_S10-Aug-11 21:55 
AnswerRe: Visual Studio Team Suite UNIT TESTING Pin
R. Giskard Reventlov10-Aug-11 23:50
R. Giskard Reventlov10-Aug-11 23:50 
GeneralRe: Visual Studio Team Suite UNIT TESTING Pin
Richard MacCutchan10-Aug-11 23:56
mveRichard MacCutchan10-Aug-11 23:56 
GeneralRe: Visual Studio Team Suite UNIT TESTING Pin
Shameel11-Aug-11 5:59
professionalShameel11-Aug-11 5:59 
AnswerMy Vote of 1 Pin
Keith Barrow11-Aug-11 0:13
professionalKeith Barrow11-Aug-11 0:13 
QuestionHow to take Multiple instance of same Web User Control on Same PAge ...? Pin
_Tushar Patil10-Aug-11 1:47
_Tushar Patil10-Aug-11 1:47 
AnswerRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 3:22
professionalShameel10-Aug-11 3:22 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
_Tushar Patil10-Aug-11 3:24
_Tushar Patil10-Aug-11 3:24 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 5:24
professionalShameel10-Aug-11 5:24 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Not Active10-Aug-11 6:46
mentorNot Active10-Aug-11 6:46 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Not Active10-Aug-11 7:04
mentorNot Active10-Aug-11 7:04 
GeneralRe: How to take Multiple instance of same Web User Control on Same PAge ...? Pin
Shameel10-Aug-11 10:36
professionalShameel10-Aug-11 10:36 
QuestionNUnitTest Pin
Satish_S10-Aug-11 0:55
Satish_S10-Aug-11 0:55 
AnswerRe: NUnitTest Pin
Shameel10-Aug-11 3:20
professionalShameel10-Aug-11 3:20 

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.