Click here to Skip to main content
15,868,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: New SQL question also urgent Pin
Paul Conrad16-Sep-07 17:31
professionalPaul Conrad16-Sep-07 17:31 
AnswerRe: New SQL question also urgent Pin
Christian Graus27-Aug-07 0:21
protectorChristian Graus27-Aug-07 0:21 
GeneralRe: New SQL question also urgent Pin
falles0127-Aug-07 12:54
falles0127-Aug-07 12:54 
GeneralRe: New SQL question Pin
falles0127-Aug-07 13:09
falles0127-Aug-07 13:09 
AnswerRe: New SQL question also urgent Pin
Christian Graus27-Aug-07 0:23
protectorChristian Graus27-Aug-07 0:23 
QuestionChange Scroll Bar location Pin
greekius26-Aug-07 21:56
greekius26-Aug-07 21:56 
AnswerSOLVED ! Pin
greekius26-Aug-07 22:14
greekius26-Aug-07 22:14 
QuestionWhat is C# version of this Code...? Pin
ASysSolvers26-Aug-07 20:53
ASysSolvers26-Aug-07 20:53 
hi,
i want to know how C# pass collection type method......wanna to knw C# code for this!

Public Shared Function GetQuestionIDsForSurvey(ByVal id As Integer) As Collection<br />
Try<br />
   Dim dsQuestions As DataSet = GetQuestionsForSurvey(id) // this pass Dataset<br />
   Dim dtQuestions As DataTable = dsQuestions.Tables(0)<br />
   Dim mQuestionCollection As New Collection<br />
      For Each dr As DataRow In dtQuestions.Rows<br />
                mQuestionCollection.Add(dr.Item("ID").ToString())<br />
      Next<br />
      Return mQuestionCollection<br />
Catch ex As Exception<br />
   Throw<br />
End Try<br />
End Function



Thanks in Advance!
AnswerRe: What is C# version of this Code...? Pin
Marek Grzenkowicz26-Aug-07 21:32
Marek Grzenkowicz26-Aug-07 21:32 
GeneralRe: What is C# version of this Code...? Pin
ASysSolvers26-Aug-07 22:18
ASysSolvers26-Aug-07 22:18 
GeneralRe: What is C# version of this Code...? Pin
Vasudevan Deepak Kumar26-Aug-07 23:49
Vasudevan Deepak Kumar26-Aug-07 23:49 
GeneralRe: What is C# version of this Code...? Pin
Marek Grzenkowicz27-Aug-07 0:06
Marek Grzenkowicz27-Aug-07 0:06 
AnswerRe: What is C# version of this Code...? Pin
Guffa26-Aug-07 23:49
Guffa26-Aug-07 23:49 
GeneralRe: What is C# version of this Code...? Pin
ASysSolvers27-Aug-07 1:18
ASysSolvers27-Aug-07 1:18 
QuestionPlease Help- only have half a day Pin
falles0126-Aug-07 20:49
falles0126-Aug-07 20:49 
AnswerRe: Please Help- only have half a day Pin
VanithaVasu26-Aug-07 21:07
VanithaVasu26-Aug-07 21:07 
GeneralRe: Please Help- only have half a day Pin
falles0126-Aug-07 21:19
falles0126-Aug-07 21:19 
AnswerRe: Please Help- only have half a day Pin
avinob26-Aug-07 21:33
avinob26-Aug-07 21:33 
GeneralRe: Please Help- only have half a day Pin
falles0126-Aug-07 22:07
falles0126-Aug-07 22:07 
QuestionHow to Embedd Winform Tracker control in Infragistics Ultragrid Pin
neha123456726-Aug-07 20:21
neha123456726-Aug-07 20:21 
Questiondate validation Pin
Sonia Gupta26-Aug-07 19:45
Sonia Gupta26-Aug-07 19:45 
AnswerRe: date validation Pin
Christian Graus26-Aug-07 20:42
protectorChristian Graus26-Aug-07 20:42 
GeneralRe: date validation Pin
Sonia Gupta26-Aug-07 20:53
Sonia Gupta26-Aug-07 20:53 
GeneralRe: date validation Pin
Vikram A Punathambekar26-Aug-07 21:28
Vikram A Punathambekar26-Aug-07 21:28 
Questionproblem about save image Pin
chehreghany26-Aug-07 19:32
chehreghany26-Aug-07 19:32 

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.