what are the datagrid capabilities in VB.NET?

france

Member
Joined
Feb 17, 2005
Messages
17
Location
CA
Programming Experience
1-3
Im new in using VB.NET and I am currently working on an Information Sytem that uses MSACCESS as its database..

I just have a few questions about datagrids:

1.) can datagrids directly show my MSACCESS databases?

2.) when fields in it are edited, deleted or created, are they automatically saved in my access database?

3.) Can checkboxes, dropdownlists be shown in datagrids? if yes, how are they saved in MSACCESS

4.) can I trigger events in datagrids? for example if I input digits under a 'PRODUCT CODE' Field the 'PRODUCT DESCRIPTION' automatically appears? (based on databases)?

Sorry for the continous questions...
thank you so much for your kind consideration :)
 
Last edited:
france said:
Im new in using VB.NET and I am currently working on an Information Sytem that uses MSACCESS as its database..

I just have a few questions about datagrids:

1.) can datagrids directly show my MSACCESS databases?

2.) when fields in it are edited, deleted or created, are they automatically saved in my access database?

3.) Can checkboxes, dropdownlists be shown in datagrids? if yes, how are they saved in MSACCESS

4.) can I trigger events in datagrids? for example if I input digits under a 'PRODUCT CODE' Field the 'PRODUCT DESCRIPTION' automatically appears? (based on databases)?

Sorry for the continous questions...
thank you so much for your kind consideration :)

1.yeah by using dataadapter

2.it depends..use commandbuilder in doing it.

3.same in no.2

4.don't know what dya mean.
 
Back
Top