Click here to Skip to main content
15,905,971 members
Home / Discussions / C#
   

C#

 
GeneralRe: Printing through DMP Pin
yogesh_kumar_agarwal11-Aug-07 1:06
yogesh_kumar_agarwal11-Aug-07 1:06 
Questioncrystal reports Pin
raj@code9-Aug-07 23:57
raj@code9-Aug-07 23:57 
AnswerRe: crystal reports Pin
Imranlogi10-Aug-07 2:23
Imranlogi10-Aug-07 2:23 
AnswerSTOP CROSS-POSTING Pin
leckey10-Aug-07 3:01
leckey10-Aug-07 3:01 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 3:19
Justin Perez10-Aug-07 3:19 
GeneralRe: STOP CROSS-POSTING Pin
leckey10-Aug-07 4:35
leckey10-Aug-07 4:35 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 4:53
Justin Perez10-Aug-07 4:53 
GeneralRe: STOP CROSS-POSTING Pin
Judah Gabriel Himango10-Aug-07 5:24
sponsorJudah Gabriel Himango10-Aug-07 5:24 
GeneralRe: STOP CROSS-POSTING Pin
Dan Neely10-Aug-07 5:28
Dan Neely10-Aug-07 5:28 
GeneralRe: STOP CROSS-POSTING Pin
leckey10-Aug-07 5:32
leckey10-Aug-07 5:32 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 5:34
Justin Perez10-Aug-07 5:34 
GeneralRe: STOP CROSS-POSTING Pin
leckey10-Aug-07 5:30
leckey10-Aug-07 5:30 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 5:36
Justin Perez10-Aug-07 5:36 
GeneralRe: STOP CROSS-POSTING Pin
leckey10-Aug-07 5:52
leckey10-Aug-07 5:52 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 8:39
Justin Perez10-Aug-07 8:39 
GeneralRe: STOP CROSS-POSTING Pin
leckey10-Aug-07 8:53
leckey10-Aug-07 8:53 
GeneralRe: STOP CROSS-POSTING Pin
Justin Perez10-Aug-07 8:54
Justin Perez10-Aug-07 8:54 
Questionusing chart in c# application causing problem Pin
Amjath Rahman9-Aug-07 23:14
Amjath Rahman9-Aug-07 23:14 
AnswerRe: using chart in c# application causing problem Pin
ThommyJ10-Aug-07 0:38
ThommyJ10-Aug-07 0:38 
GeneralRe: using chart in c# application causing problem Pin
Amjath Rahman12-Aug-07 14:51
Amjath Rahman12-Aug-07 14:51 
AnswerRe: using chart in c# application causing problem Pin
ThommyJ13-Aug-07 22:10
ThommyJ13-Aug-07 22:10 
Questionremoving items from row.ItemArray Pin
Sean_B9-Aug-07 22:44
Sean_B9-Aug-07 22:44 
Hi,

Can some one suggest a way that I can do the following

I'm populating a data table with rows read from a spreadsheet, however in some cases I want to only populate the number of items equal to the number of columns in the header record. So I can remove any spurious rows.

I'm populating the data table row item array from a string as follows

row.ItemArray = Line.Split(',');

What I'd like to do is remove any spurious items from the array using a count of valid columns.

I'd like to reduce the number of items in the item arry to a count that I have.

This would be nice if it were possible.

row.ItemArray.length = NumCols.

I'd be grateful for any suggestions.

Sean

AnswerRe: removing items from row.ItemArray Pin
Sean_B9-Aug-07 23:02
Sean_B9-Aug-07 23:02 
GeneralRe: removing items from row.ItemArray Pin
Talal Sultan9-Aug-07 23:23
Talal Sultan9-Aug-07 23:23 
AnswerRe: removing items from row.ItemArray Pin
Guffa9-Aug-07 23:31
Guffa9-Aug-07 23:31 

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.