PC Review


Reply
Thread Tools Rate Thread

How I can fill a DataSet from two diferent Combobox

 
 
=?Utf-8?B?QXJp?=
Guest
Posts: n/a
 
      4th Aug 2004
Hi, i creating a form where i need fill a dataset with records that come from two diferents Comboboxes, and the same time call information in the table that is relate with the information that are in the ComboBoxes. I'm using VisualBasic .NET. how I can do that. I will appreciate the help.

Thanks

 
Reply With Quote
 
 
 
 
William Ryan eMVP
Guest
Posts: n/a
 
      4th Aug 2004
You can either load both tables and use a DataRelation
http://www.knowdotnet.com/articles/datarelation.html Or you can bind the
second one to a DataView for instance, and set its RowFilter property based
on the value of the First combobox. At www.knowdotnet.com Check out my
"Efficiently using ADO.NET xxx" articles, I go through this there..

--
W.G. Ryan MVP Windows - Embedded

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/...ity/newsgroups
"Ari" <(E-Mail Removed)> wrote in message
news:C95632C1-480E-4B8F-B406-(E-Mail Removed)...
> Hi, i creating a form where i need fill a dataset with records that come

from two diferents Comboboxes, and the same time call information in the
table that is relate with the information that are in the ComboBoxes. I'm
using VisualBasic .NET. how I can do that. I will appreciate the help.
>
> Thanks
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How fill a DataSet from two diferent Combobox Gerry Microsoft VB .NET 0 6th Sep 2004 08:11 PM
How to fill a dataSet from to ComboBox =?Utf-8?B?QXJp?= Microsoft Dot NET 1 17th Aug 2004 11:03 AM
How fill a DataSet from two diferent Combobox =?Utf-8?B?QXJp?= Microsoft Dot NET 0 4th Aug 2004 02:39 AM
How fill a DataSet from two diferent Combobox =?Utf-8?B?QXJp?= Microsoft Dot NET 0 4th Aug 2004 02:21 AM
Re: Aplying diferent user policies to diferent machines Mark Williams [MSFT] Microsoft Windows 2000 Group Policy 0 14th Jul 2003 04:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:16 PM.