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
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y

Where is the database? If it is in your local computer and the web site is not then will your local computer always be on and working?
 
Did you look in ASP.NET & Web Forms? Also look in here.
Accepted