7
Answers

Assign More than one value to Combo box

Roy r

Roy r

14y
13k
1
Hello ,

I have one combo box on my page .And I have assigned one data-table to it as Data source .

Now My data table has three columns , ID ,Short_ID,Title.And Data Text of my combo must be Short_ID.Title may contains any character and alpha numerical characters.

Now on Selected Index change event of Com-box , I want all three values.

IF I assign join  ID and Title by any value and assign it  to Data value field ,then it will create problem.  

How can I solve This issue ?

-Thanks
Answers (7)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd