Binding to multiple data sources
-
Hello, One of my friend ask me about how to use binding on multiple data sources. Please help me to answer, as I am a newbie in .net programming.
-
Hello, One of my friend ask me about how to use binding on multiple data sources. Please help me to answer, as I am a newbie in .net programming.
This is gonna blow your mind: 9.7 MILLION google results for "bind control to multiple data sources"[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
Hello, One of my friend ask me about how to use binding on multiple data sources. Please help me to answer, as I am a newbie in .net programming.
I'm not sure I understand what you're asking. If you're talking about binding multiple data sources to a single control, I'm not sure it can be done without writing a custom control. For example, a select list can only have one data source. On the other hand, a custom control can have any number of elements that can be bound to their own individual data sources.
Scott E. Corbett Software Engineer/Analyst
-
Hello, One of my friend ask me about how to use binding on multiple data sources. Please help me to answer, as I am a newbie in .net programming.
robertalis wrote:
One of my friend ask me about how to use binding on multiple data sources.
And how does that make you feel?
-
I'm not sure I understand what you're asking. If you're talking about binding multiple data sources to a single control, I'm not sure it can be done without writing a custom control. For example, a select list can only have one data source. On the other hand, a custom control can have any number of elements that can be bound to their own individual data sources.
Scott E. Corbett Software Engineer/Analyst
I also think so about binding multiple data source, its not possible without custom controls, because one control can have only one data source. Recently I found a custom control which can do all these and can also used for other purposes e.g. real time data updation, performance and so on, here is the website http://www.dapfor.com/Feature.aspx[]