Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Array in Asp.net with C# Pin
Nisha Agrawal24-Sep-09 3:42
Nisha Agrawal24-Sep-09 3:42 
AnswerRe: Dynamic Array in Asp.net with C# Pin
Abhishek Sur24-Sep-09 3:48
professionalAbhishek Sur24-Sep-09 3:48 
AnswerRe: Dynamic Array in Asp.net with C# Pin
Abhijit Jana24-Sep-09 4:08
professionalAbhijit Jana24-Sep-09 4:08 
AnswerRe: Dynamic Array in Asp.net with C# Pin
Gamzun24-Sep-09 8:32
Gamzun24-Sep-09 8:32 
QuestionMultiple value under a single dropdownlist item Pin
cocoonwls24-Sep-09 3:10
cocoonwls24-Sep-09 3:10 
AnswerRe: Multiple value under a single dropdownlist item Pin
Abhishek Sur24-Sep-09 3:17
professionalAbhishek Sur24-Sep-09 3:17 
AnswerRe: Multiple value under a single dropdownlist item Pin
Nisha Agrawal24-Sep-09 3:24
Nisha Agrawal24-Sep-09 3:24 
GeneralRe: Multiple value under a single dropdownlist item Pin
cocoonwls25-Sep-09 4:43
cocoonwls25-Sep-09 4:43 
Hi,

Thanks for both of your kindly help. I have found a solution. I am using concatenation in query and put in the DataValueField.Then retrive it by ddl.selectedValue.split() to get the value in string array.
Here is the example:

Query = Select (fieldA + ',' + fieldB) as Result From Table1

  Set DataValueField to Result. 
  Then, set String[] aResult = ddl.selectedValue.split(',')
  Finally get value from aResult[i].

Thank you Laugh | :laugh:

regards
cocoonwls
Questiona problem in menu.(IRANIAN) Pin
hasani200724-Sep-09 2:31
hasani200724-Sep-09 2:31 
AnswerRe: a problem in menu.(IRANIAN) Pin
Not Active24-Sep-09 2:36
mentorNot Active24-Sep-09 2:36 
QuestionHi, I need help !!! Pin
_ASPAle_24-Sep-09 2:03
_ASPAle_24-Sep-09 2:03 
AnswerRe: Hi, I need help to view image on a datalist control. Pin
Nisha Agrawal24-Sep-09 2:10
Nisha Agrawal24-Sep-09 2:10 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Not Active24-Sep-09 2:16
mentorNot Active24-Sep-09 2:16 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
sashidhar24-Sep-09 2:25
sashidhar24-Sep-09 2:25 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Nisha Agrawal24-Sep-09 2:28
Nisha Agrawal24-Sep-09 2:28 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Not Active24-Sep-09 2:33
mentorNot Active24-Sep-09 2:33 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Nisha Agrawal24-Sep-09 3:00
Nisha Agrawal24-Sep-09 3:00 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
_ASPAle_24-Sep-09 7:04
_ASPAle_24-Sep-09 7:04 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
sashidhar24-Sep-09 7:30
sashidhar24-Sep-09 7:30 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
_ASPAle_26-Sep-09 1:07
_ASPAle_26-Sep-09 1:07 
AnswerRe: Hi, I need help !!! Pin
Not Active24-Sep-09 2:18
mentorNot Active24-Sep-09 2:18 
AnswerRe: Hi, I need help !!! Pin
sashidhar24-Sep-09 2:18
sashidhar24-Sep-09 2:18 
AnswerRe: Hi, I need help !!! Pin
S.Dhanasekaran24-Sep-09 2:22
S.Dhanasekaran24-Sep-09 2:22 
GeneralRe: Hi, I need help !!! Pin
sashidhar24-Sep-09 2:26
sashidhar24-Sep-09 2:26 
AnswerRe: Hi, I need help !!! Pin
_ASPAle_24-Sep-09 2:41
_ASPAle_24-Sep-09 2:41 

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.