Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
Binding two data columns to one DropDownList
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Mohamoss, post: 4099982"] hi I don't think you can do that. What you can do is to create you own new table with only one data column. Then iterate throw your original table and add the string value of the two columns to the news column of the new table . Then bind that column to the DropDownList. When the user select a value, still you can use the same index of the new table to refer to records in your original table since it will have exactly the same values at the same index Mohamed Mahfouz MEA Developer Support Center ITworx on behalf of Microsoft EMEA GTSC [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
Binding two data columns to one DropDownList
Top