|
-
Jul 9th, 2002, 10:33 PM
#1
What's the usage of DataGrid?
well kind of a silly question, but to tell you the truth I dont know the answer
-
Jul 11th, 2002, 02:08 PM
#2
bump bump, VB.NET forums is getting busy btw
-
Jul 11th, 2002, 04:34 PM
#3
Hyperactive Member
Datasets primarily are designed to display disconnected data by binding them to a dataset or datatable. This data can come from a datasource or be custom created in code. The user can edit records in the datagrid and then via code you can update the source. i.e. their changes will be reflected in the disconnected dataset but your code actually sends these updates to the database for example when you wish. This is the primary use of the datagrid. For displaying uneditable data you would opt for a listview or something from a datareader with less overhead.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|