|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataGridViewIs it possible to load a DataGridView with a text
file with the cells separated by commas? I do not have access to a program like Excel that can create a database. I am using Visual Basic 2005. Thanks Sure. You can bind a DataGridView to an object, DataSet,
DataTable, DataView, generic list, arraylist, etc. Try reading in the comma-delimited data and stuffing it into a dataset that you create on the fly, then bind the DataGridView to that. By the way, SQLServer Express is a free database application, if you want one. Available from Microsoft. Robin S. ----------------------- Show quoteHide quote "vbt" <tb***@cwnet.com> wrote in message news:OnNGG24BHHA.4764@TK2MSFTNGP03.phx.gbl... > Is it possible to load a DataGridView with a text > > file with the cells separated by commas? I do not > > have access to a program like Excel that can create > > a database. I am using Visual Basic 2005. > > > > Thanks > >
Application performance decrease after deleting rows
Reading value of a bit? how to use variable to refer to a control? Getting an objects name from within a class New student stuck with .CSVs and Arrays Check for Duplicate Appointment Times Cannot open a database from a previous version of your application compare/check character against an array of chars - best practice? Help!! Dynamic Textbox, validation requiredFieldValidator Database & Datagrid issues |
|||||||||||||||||||||||