Click here to Skip to main content
15,894,343 members

Comments by ritesh.gupta5555 (Top 9 by date)

ritesh.gupta5555 17-Mar-21 5:40am View    
My bad! But can you please suggest how to tweak this piece of code in C#?
ritesh.gupta5555 17-Mar-21 4:36am View    
Hi Maciej, i have pasted the piece of code which i am trying. Can you please suggest what should be corrected here.
ritesh.gupta5555 17-Mar-21 2:58am View    
Thanks for the reply.However i want to achieve the same thing as you mentioned in C# using List and for loops.
ritesh.gupta5555 16-Mar-21 9:45am View    
the first column has a set of numbers which are same so i want to group by them. The other 6 columns should be as it is.
ritesh.gupta5555 16-Mar-21 9:42am View    
first column values are always the same so i need to group them and display one single value.I have stored the data in the List and looping over them using for two loops. one for row and one for the column.