-
Combo Box help
Hi
I need some help with combo box . I have to develop a small application in VB.NET where there will be three dropdown combo box . The user will choose data from the combo box and based on what they have choosen they get the result . So the result that user will get will be filtered by the information they select from the combo boxes . The combo boxes will be bound to the data source . Please help
Thanks
-
In the SelectedIndexChanged event of the first combo box, set the DataSource of the second combo to "SELECT <columns> FROM <table> WHERE <column> = " & ComboBox1.SelectedText
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Combo box help
Hi
Thanks for the reply . I can use one List box to filter data and show in the data grid view but I need to have more than one drop down list box . The user will choose valies from two drop down ist box and see the result in a data grid . The data will be filtered by the values user select from the drop down list boxes . Please show some code
Thanks
-
Combo box help
Hi
Thanks for your help . I like to know little detail about .net 2.0 composit controls and multiple combo box . I have a tree view control with parent and child nodes . Now have to make three combo boxes where I have to display the treeview control . The first combo box will be a static combo box which will show the top most lavel of the parent nodes and user will choose a node . If there is a child node to that parent node then there will be another combo box will create dynamically underneath the first combo box . If user choose node from second combo box and if there is a child node then another combo box will open . If there is no child node then there will be no combo box and the user will be on the same combo box . The combo boxes will be drop down list box . How to do that . Please so me some code example
Similar Threads
-
By jherndon in forum .NET
Replies: 1
Last Post: 12-23-2005, 11:05 AM
-
By Ernie in forum VB Classic
Replies: 2
Last Post: 02-04-2003, 01:12 PM
-
By Larry Muller in forum VB Classic
Replies: 1
Last Post: 02-24-2001, 10:12 PM
-
By Kevin McCormack in forum VB Classic
Replies: 4
Last Post: 07-20-2000, 03:14 PM
-
By Kevin McCormack in forum VB Classic
Replies: 0
Last Post: 07-20-2000, 10:03 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks