Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
QuestionStopping User Control executing in Designer Pin
AJ12323-Feb-07 0:59
AJ12323-Feb-07 0:59 
AnswerRe: Stopping User Control executing in Designer Pin
Hesham Amin23-Feb-07 1:34
Hesham Amin23-Feb-07 1:34 
QuestionGet many values in a variable from database. Pin
Nekshan22-Feb-07 23:35
Nekshan22-Feb-07 23:35 
AnswerRe: Get many values in a variable from database. Pin
Harini N K22-Feb-07 23:57
Harini N K22-Feb-07 23:57 
AnswerRe: Get many values in a variable from database. Pin
virendra patel23-Feb-07 1:11
virendra patel23-Feb-07 1:11 
GeneralRe: Get many values in a variable from database. Pin
Nekshan25-Feb-07 19:32
Nekshan25-Feb-07 19:32 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 19:49
virendra patel25-Feb-07 19:49 
GeneralRe: Get many values in a variable from database. Pin
Nekshan25-Feb-07 20:00
Nekshan25-Feb-07 20:00 
hi!!
Function can only return one value so if u want all three then u have to concat all in one variable like
str = str1 + "#" + str2 + "#" + str3 then return str from function
now on form u've to seperate all 3 from str by using mid(str,"#",1) like dis not exactly dis function is.
u have to seperate like this all in different variable then use it.

U r talking abt this answer?
Y do i separate it using 'mid(str,"#",1)' on form? -- bcoz i have to display it one by one in a line?
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 20:04
virendra patel25-Feb-07 20:04 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 21:19
virendra patel25-Feb-07 21:19 
GeneralRe: Get many values in a variable from database. Pin
Nekshan25-Feb-07 21:27
Nekshan25-Feb-07 21:27 
GeneralRe: Get many values in a variable from database. Pin
virendra patel25-Feb-07 21:28
virendra patel25-Feb-07 21:28 
QuestionGet all namespaces Pin
iqueiroz22-Feb-07 23:15
iqueiroz22-Feb-07 23:15 
QuestionRecognize sounds from midi Pin
sharpiesharpie22-Feb-07 23:12
sharpiesharpie22-Feb-07 23:12 
AnswerRe: Recognize sounds from midi Pin
Christian Graus23-Feb-07 0:00
protectorChristian Graus23-Feb-07 0:00 
AnswerRe: Recognize sounds from midi Pin
Leslie Sanford24-Feb-07 9:28
Leslie Sanford24-Feb-07 9:28 
QuestionSearch binary string? Pin
Monk11122-Feb-07 22:45
Monk11122-Feb-07 22:45 
AnswerRe: Search binary string? Pin
Stefan Troschuetz22-Feb-07 23:08
Stefan Troschuetz22-Feb-07 23:08 
AnswerRe: Search binary string? Pin
Christian Graus22-Feb-07 23:11
protectorChristian Graus22-Feb-07 23:11 
Questionpredifined array of structures in C#? Pin
bouli22-Feb-07 22:22
bouli22-Feb-07 22:22 
AnswerRe: predifined array of structures in C#? Pin
Christian Graus22-Feb-07 22:27
protectorChristian Graus22-Feb-07 22:27 
GeneralRe: predifined array of structures in C#? Pin
bouli22-Feb-07 22:45
bouli22-Feb-07 22:45 
GeneralRe: predifined array of structures in C#? Pin
Christian Graus22-Feb-07 23:38
protectorChristian Graus22-Feb-07 23:38 
GeneralRe: predifined array of structures in C#? Pin
bouli22-Feb-07 23:39
bouli22-Feb-07 23:39 
GeneralRe: predifined array of structures in C#? Pin
Luc Pattyn23-Feb-07 10:13
sitebuilderLuc Pattyn23-Feb-07 10: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.