Click here to Skip to main content
15,880,651 members
Home / Discussions / C#
   

C#

 
GeneralRe: Scheduling the start of a web service Pin
led mike18-Sep-07 6:41
led mike18-Sep-07 6:41 
AnswerRe: Scheduling the start of a web service Pin
Dave Kreskowiak18-Sep-07 6:17
mveDave Kreskowiak18-Sep-07 6:17 
AnswerRe: Scheduling the start of a web service Pin
Albu Marius18-Sep-07 22:34
Albu Marius18-Sep-07 22:34 
GeneralRe: Scheduling the start of a web service Pin
Pete O'Hanlon19-Sep-07 1:16
mvePete O'Hanlon19-Sep-07 1:16 
GeneralRe: Scheduling the start of a web service Pin
Albu Marius19-Sep-07 2:42
Albu Marius19-Sep-07 2:42 
GeneralRe: Scheduling the start of a web service Pin
Pete O'Hanlon19-Sep-07 2:53
mvePete O'Hanlon19-Sep-07 2:53 
Questiontwo dimensional array Pin
stancrm18-Sep-07 1:57
stancrm18-Sep-07 1:57 
AnswerRe: two dimensional array Pin
Lutosław18-Sep-07 2:08
Lutosław18-Sep-07 2:08 
use arr.GetLength(dimension) method, where arr is an array.

(new double[2,4]).GetLength(0) will give you 2 and (new double[2,4]).GetLength(1) will give 4


Greetings - Gajatko

Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.

AnswerRe: two dimensional array Pin
Matthew Cuba18-Sep-07 2:12
Matthew Cuba18-Sep-07 2:12 
QuestionPDF conversion of Webform Data(.aspx Page) Pin
That's Aragon18-Sep-07 1:46
That's Aragon18-Sep-07 1:46 
AnswerRe: PDF conversion of Webform Data(.aspx Page) Pin
J a a n s18-Sep-07 3:10
professionalJ a a n s18-Sep-07 3:10 
QuestionSqlCommand Pin
akkram18-Sep-07 1:33
akkram18-Sep-07 1:33 
AnswerRe: SqlCommand Pin
Pete O'Hanlon18-Sep-07 1:40
mvePete O'Hanlon18-Sep-07 1:40 
AnswerRe: SqlCommand Pin
pmarfleet18-Sep-07 1:41
pmarfleet18-Sep-07 1:41 
GeneralRe: SqlCommand Pin
akkram18-Sep-07 1:43
akkram18-Sep-07 1:43 
GeneralRe: SqlCommand Pin
pmarfleet18-Sep-07 1:47
pmarfleet18-Sep-07 1:47 
GeneralRe: SqlCommand Pin
Pete O'Hanlon18-Sep-07 1:49
mvePete O'Hanlon18-Sep-07 1:49 
GeneralRe: SqlCommand Pin
akkram18-Sep-07 1:58
akkram18-Sep-07 1:58 
GeneralRe: SqlCommand Pin
Colin Angus Mackay18-Sep-07 2:28
Colin Angus Mackay18-Sep-07 2:28 
GeneralRe: SqlCommand Pin
akkram18-Sep-07 2:38
akkram18-Sep-07 2:38 
GeneralRe: SqlCommand Pin
Colin Angus Mackay18-Sep-07 2:42
Colin Angus Mackay18-Sep-07 2:42 
GeneralRe: SqlCommand Pin
Dave Kreskowiak18-Sep-07 5:38
mveDave Kreskowiak18-Sep-07 5:38 
GeneralRe: SqlCommand Pin
Pete O'Hanlon18-Sep-07 2:30
mvePete O'Hanlon18-Sep-07 2:30 
GeneralRe: SqlCommand Pin
pmarfleet18-Sep-07 2:51
pmarfleet18-Sep-07 2:51 
GeneralRe: SqlCommand Pin
Giorgi Dalakishvili18-Sep-07 1:49
mentorGiorgi Dalakishvili18-Sep-07 1:49 

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.