473,785 Members | 2,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Winforms User Controls - How do I bind those to a dataset on the host form

Hello there,

I have a dataset on a form...I shall call the host form.
I also have a user control with a whole bunch of textboxes and
gridviewcontrol s on it. I shall call this the leech form.

I want the controls on the leech form to get bound to a dataset and/or
binding sources that reside on the host form.

At the moment I just pass in the dataset by reference to the user control
but this seems like a bit of a cludge...Does anyone have any thoughts on the
best way to go about doing this?

Thank you kindly for your time
John Sheppard
Jun 27 '08 #1
2 1537
"John Sheppard" <sp**@nospam.co mwrote in message
news:fu******** *@news2.newsguy .com...
Hello there,

I have a dataset on a form...I shall call the host form.
I also have a user control with a whole bunch of textboxes and
gridviewcontrol s on it. I shall call this the leech form.

I want the controls on the leech form to get bound to a dataset and/or
binding sources that reside on the host form.

At the moment I just pass in the dataset by reference to the user control
but this seems like a bit of a cludge...Does anyone have any thoughts on
the best way to go about doing this?

Thank you kindly for your time
John Sheppard
You would have to go into your user control and create a mechanism whereby
all data binding properties of the constituent controls are exposed in the
user control. Frankly, IMHO, passing a reference to the dataset sounds much
easier.

Jun 27 '08 #2

"PvdG42" <pv**@toadstool .eduwrote in message
news:OA******** ******@TK2MSFTN GP02.phx.gbl...
"John Sheppard" <sp**@nospam.co mwrote in message
news:fu******** *@news2.newsguy .com...
>Hello there,

I have a dataset on a form...I shall call the host form.
I also have a user control with a whole bunch of textboxes and
gridviewcontro ls on it. I shall call this the leech form.

I want the controls on the leech form to get bound to a dataset and/or
binding sources that reside on the host form.

At the moment I just pass in the dataset by reference to the user control
but this seems like a bit of a cludge...Does anyone have any thoughts on
the best way to go about doing this?

Thank you kindly for your time
John Sheppard

You would have to go into your user control and create a mechanism whereby
all data binding properties of the constituent controls are exposed in the
user control. Frankly, IMHO, passing a reference to the dataset sounds
much easier.
Thank you PvdG42...yes it is easy, I guess I always feel as though there has
to be a better way...I guess I was after reassurance that this is how other
people do it...

One particular problem I'm having with this method is that my binding
sources that reside on my leech form doesn't seem to be happy with the
referenced dataset. Still trying to figure that one out...:(

Thank you
John Sheppard
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3378
by: David Adams | last post by:
Hi, I am afraid I am asking a very basic question, or just something that is not possible. I have a WinForm app that contains a Form (Form A), and then 20-30 UserControls/WinForms that are created by Form A. Form A calls a class to populate a strongly typed DataSet (contains about 20 tables) that is to be shared amongst the UC's and other Forms. Right now, I am passing this DataSet to each and every UserControl/Form via the...
10
2416
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ComboBox.SelectedValue = db_value; If the db_value was not included in the ComboBox value list the ComboBox.SelectedIndex used to return -1, Now the very same code is
2
1935
by: Dan | last post by:
All, I have a windows form application. The form will host various user controls that will implement an interface so that was new controls can be added later without recompiling the hosting program. The various controls will be displaying data that is stored in a SQL database. My question is what is the prefered way of having the controls access the business layer that will in turn access the data layer? Does the control
5
4097
by: Segfahlt | last post by:
I need a little help here please. I have 2 win forms user controls in 2 different projects that I'm hosting in 2 different virtual directories. The controls have been test and operate okay in both projects. Both controls(dlls) have been signed using SN.exe and I've set up the appropriate .Net assembly permissions using those Strong Names The DLL's have been copied to the /bin directory in both web virtual directories.
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9481
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10155
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9953
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8978
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7502
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3655
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.