Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Autofill Login Pin
ednrgc13-Nov-06 3:03
ednrgc13-Nov-06 3:03 
QuestionC# and XML - Do we need parser for an XML Editor in C# Pin
h@s@n10-Nov-06 3:18
h@s@n10-Nov-06 3:18 
AnswerRe: C# and XML - Do we need parser for an XML Editor in C# Pin
ednrgc10-Nov-06 3:27
ednrgc10-Nov-06 3:27 
AnswerRe: C# and XML - Do we need parser for an XML Editor in C# Pin
Dustin Metzgar10-Nov-06 3:37
Dustin Metzgar10-Nov-06 3:37 
AnswerRe: C# and XML - Do we need parser for an XML Editor in C# Pin
Pete O'Hanlon10-Nov-06 3:46
mvePete O'Hanlon10-Nov-06 3:46 
GeneralRe: C# and XML - Do we need parser for an XML Editor in C# Pin
h@s@n10-Nov-06 9:13
h@s@n10-Nov-06 9:13 
GeneralRe: C# and XML - Do we need parser for an XML Editor in C# Pin
h@s@n10-Nov-06 9:14
h@s@n10-Nov-06 9:14 
Questionloop through excel sheet rows Pin
fmardani10-Nov-06 3:17
fmardani10-Nov-06 3:17 
Hi,
I have created an application where I can write to a particular cell in an excel spreadsheet.

How can I loop through each row of the excelsheet so that I can place the database row data into each row of the sheet?

something like:

foreach excelsheetRow (i)
//i represents the row number
cell(Ai).value = DataRow(i).column(i);
cell(Bi).value = DataRow(i).column(i+1);
cell(Ci).value = DataRow(i).column(i+2);
...

Thanks
AnswerRe: loop through excel sheet rows Pin
fmardani10-Nov-06 3:30
fmardani10-Nov-06 3:30 
QuestionDrag & Drop file without opening application Pin
Blubbo10-Nov-06 2:13
Blubbo10-Nov-06 2:13 
AnswerRe: Drag & Drop file without opening application Pin
ednrgc10-Nov-06 3:29
ednrgc10-Nov-06 3:29 
AnswerRe: Drag & Drop file without opening application Pin
Ed.Poore10-Nov-06 5:36
Ed.Poore10-Nov-06 5:36 
GeneralRe: Drag & Drop file without opening application Pin
Blubbo10-Nov-06 6:40
Blubbo10-Nov-06 6:40 
QuestionHow to create drag and drop controls in win app. ? Pin
varisai10-Nov-06 2:05
varisai10-Nov-06 2:05 
AnswerRe: How to create drag and drop controls in win app. ? Pin
Blubbo10-Nov-06 2:14
Blubbo10-Nov-06 2:14 
Questionwindows explorer Pin
mr_pop_198410-Nov-06 1:59
mr_pop_198410-Nov-06 1:59 
AnswerRe: windows explorer Pin
saqib8210-Nov-06 2:11
saqib8210-Nov-06 2:11 
AnswerRe: windows explorer Pin
ednrgc10-Nov-06 3:30
ednrgc10-Nov-06 3:30 
AnswerRe: windows explorer Pin
beatles169210-Nov-06 22:56
beatles169210-Nov-06 22:56 
QuestionThread taking maximum CPU time- Pin
IamHuM10-Nov-06 1:56
IamHuM10-Nov-06 1:56 
AnswerRe: Thread taking maximum CPU time- Pin
ejuanpp10-Nov-06 3:14
ejuanpp10-Nov-06 3:14 
GeneralRe: Thread taking maximum CPU time- Pin
bahman2000b10-Nov-06 4:27
bahman2000b10-Nov-06 4:27 
AnswerRe: Thread taking maximum CPU time- Pin
Ami Bar10-Nov-06 4:35
Ami Bar10-Nov-06 4:35 
AnswerRe: Thread taking maximum CPU time- Pin
S. Senthil Kumar10-Nov-06 5:32
S. Senthil Kumar10-Nov-06 5:32 
AnswerRe: Thread taking maximum CPU time- Pin
Karthik Kalyanasundaram10-Nov-06 7:13
Karthik Kalyanasundaram10-Nov-06 7:13 

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.