Click here to Skip to main content
15,922,650 members
Home / Discussions / C#
   

C#

 
Questionhow to do tag balancing in C# Pin
sean lawrence17-Oct-07 22:52
sean lawrence17-Oct-07 22:52 
AnswerRe: how to do tag balancing in C# Pin
benjymous17-Oct-07 23:12
benjymous17-Oct-07 23:12 
GeneralRe: how to do tag balancing in C# Pin
sean lawrence17-Oct-07 23:18
sean lawrence17-Oct-07 23:18 
GeneralRe: how to do tag balancing in C# Pin
benjymous18-Oct-07 0:14
benjymous18-Oct-07 0:14 
AnswerRe: how to do tag balancing in C# Pin
sean lawrence18-Oct-07 0:29
sean lawrence18-Oct-07 0:29 
AnswerRe: how to do tag balancing in C# Pin
sean lawrence19-Oct-07 1:59
sean lawrence19-Oct-07 1:59 
QuestionC# Web application for Taskbar icon Pin
Sun Rays17-Oct-07 22:44
Sun Rays17-Oct-07 22:44 
AnswerRe: C# Web application for Taskbar icon Pin
benjymous17-Oct-07 23:15
benjymous17-Oct-07 23:15 
GeneralRe: C# Web application for Taskbar icon Pin
Sun Rays18-Oct-07 2:18
Sun Rays18-Oct-07 2:18 
AnswerRe: C# Web application for Taskbar icon Pin
Bjohnson3318-Oct-07 4:23
Bjohnson3318-Oct-07 4:23 
QuestionImage Processing using C# Pin
anu91417-Oct-07 22:40
anu91417-Oct-07 22:40 
AnswerRe: Image Processing using C# Pin
Giorgi Dalakishvili17-Oct-07 22:53
mentorGiorgi Dalakishvili17-Oct-07 22:53 
QuestionException Line Number at runtime Pin
Michael Sterk17-Oct-07 22:32
Michael Sterk17-Oct-07 22:32 
AnswerRe: Exception Line Number at runtime Pin
lmoelleb17-Oct-07 22:45
lmoelleb17-Oct-07 22:45 
QuestionODBC ( read / write ) Pin
half-life17-Oct-07 22:27
half-life17-Oct-07 22:27 
AnswerRe: ODBC ( read / write ) Pin
J4amieC17-Oct-07 22:52
J4amieC17-Oct-07 22:52 
GeneralRe: ODBC ( read / write ) Pin
half-life17-Oct-07 23:18
half-life17-Oct-07 23:18 
GeneralRe: ODBC ( read / write ) Pin
J4amieC18-Oct-07 0:07
J4amieC18-Oct-07 0:07 
AnswerRe: ODBC ( read / write ) Pin
Abhijit Jana17-Oct-07 22:55
professionalAbhijit Jana17-Oct-07 22:55 
GeneralRe: ODBC ( read / write ) Pin
half-life17-Oct-07 23:14
half-life17-Oct-07 23:14 
GeneralRe: ODBC ( read / write ) Pin
Abhijit Jana17-Oct-07 23:21
professionalAbhijit Jana17-Oct-07 23:21 
GeneralRe: ODBC ( read / write ) Pin
half-life17-Oct-07 23:47
half-life17-Oct-07 23:47 
GeneralRe: ODBC ( read / write ) Pin
Abhijit Jana17-Oct-07 23:59
professionalAbhijit Jana17-Oct-07 23:59 
Questionreading data from exxcel Pin
ramyanaidu17-Oct-07 21:47
ramyanaidu17-Oct-07 21:47 
AnswerRe: reading data from exxcel Pin
Jimmanuel18-Oct-07 1:52
Jimmanuel18-Oct-07 1:52 
I'm not an expert at the Excel stuff but two things that stick out at me are

a) inside the while loop workSheet.Cells is being indexed with 1,1 for every iteration of the loop instead of i and j
b) also inside the loop the call to console.writeline is printing spaces, the string should be "{0}"

maybe that'll help . . .



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.