Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / July 2007

Tip: Looking for answers? Try searching our database.

new to vs .net 2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
George Hardy - 10 Jul 2007 18:46 GMT
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
Chris Walker - 11 Jul 2007 15:36 GMT
> 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.
George Hardy - 12 Jul 2007 17:40 GMT
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

>> i was wondering why the dataadapter does not appear in the toolbox by
>> default anymore.  why do they hide it?
[quoted text clipped - 19 lines]
> the
> Found record.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.