473,387 Members | 3,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

new to vs .net 2005

hi all,

i was wondering why the dataadapter does not appear in the toolbox by
default anymore. why do they hide it?
i scratched my head for minutes and minutes trying to figure out what this
"bindingsource" was. This is a little departure from .net2003. is this the
same as the dataview object?

thanks in advance
george hardy
Jul 10 '07 #1
2 1292

"George Hardy" wrote:
i was wondering why the dataadapter does not appear in the toolbox by
default anymore. why do they hide it?
I hardly ever use the designer to do my database stuff so I didn't even
notice that this was not in the toolbox until you mentioned it.
i scratched my head for minutes and minutes trying to figure out what this
"bindingsource" was. This is a little departure from .net2003. is this the
same as the dataview object?
BindingSource is different than the DataView. Think of the DataView as a
SQL View, it's just another way of looking at the data. The BindingSource
acts as a go-between for your data and your controls. An example would be if
you wanted to show database data in a DataGridView and have the ability
perform a Find on the data in the grid. In this case you would use the
BindingSource as the DataSource for the DataGridView. You perform the find
on the BindingSource and DataGridView will automatically scroll down to the
Found record.
Jul 11 '07 #2
thanks, that makes some sense....

as far as the dataadapter , i have heard before that bound controls are
devilspawn, but it works for me pretty good...my boss likes me to kick the
code out quick, and this is easy....this, besides a textbox, is my most
commonly used control.

thanks again,
george

"Chris Walker" <Ch*********@discussions.microsoft.comwrote in message
news:6E**********************************@microsof t.com...
>
"George Hardy" wrote:
>i was wondering why the dataadapter does not appear in the toolbox by
default anymore. why do they hide it?

I hardly ever use the designer to do my database stuff so I didn't even
notice that this was not in the toolbox until you mentioned it.
>i scratched my head for minutes and minutes trying to figure out what
this
"bindingsource" was. This is a little departure from .net2003. is this
the
same as the dataview object?

BindingSource is different than the DataView. Think of the DataView as a
SQL View, it's just another way of looking at the data. The BindingSource
acts as a go-between for your data and your controls. An example would be
if
you wanted to show database data in a DataGridView and have the ability
perform a Find on the data in the grid. In this case you would use the
BindingSource as the DataSource for the DataGridView. You perform the
find
on the BindingSource and DataGridView will automatically scroll down to
the
Found record.

Jul 12 '07 #3

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

Similar topics

0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.