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 / August 2006

Tip: Looking for answers? Try searching our database.

difference defaultdataview and a normal dataview?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Danny M - 31 Jul 2006 14:44 GMT
What is the difference?
Brian Tkatch - 31 Jul 2006 15:01 GMT
> What is the difference?

It's the part of the subtraction equation that comes after the equality
sign.

B.
Danny M - 31 Jul 2006 15:15 GMT
Brian Tkatch schreef:

> > What is the difference?
>
> It's the part of the subtraction equation that comes after the equality
> sign.
>
> B.

Sorry english isnt mine first language.
Can you give an example?
Brian Tkatch - 31 Jul 2006 18:05 GMT
> Brian Tkatch schreef:
>
[quoted text clipped - 7 lines]
> Sorry english isnt mine first language.
> Can you give an example?

I was being sarcastic. You need to ask a question.

"What is the difference?" doesn't mean very much.

B.
Danny M - 01 Aug 2006 05:52 GMT
Brian Tkatch schreef:

> > Brian Tkatch schreef:
> >
[quoted text clipped - 13 lines]
>
> B.

When do you use the defaultdataview(or for what) and when you use a
normal dataview?
Brian Tkatch - 01 Aug 2006 12:56 GMT
> Brian Tkatch schreef:
>
[quoted text clipped - 18 lines]
> When do you use the defaultdataview(or for what) and when you use a
> normal dataview?

The default DataView is used by default. For example:

DataGridView.DataSource = DataTable

Is the same thing as:

DataGridView.DataSource = DataTable.DefaultView

If the data needs to be modified, or filtered before it is shown.
another DataView can be created, and the DataSource can be set to that
instead.

As a rule, i would think that unless you know otherwise, just use the
DefaultDataView.

B.

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.