User Profile

Collapse

Profile Sidebar

Collapse
NaasDup
NaasDup
Last Activity: Feb 22 '08, 03:00 AM
Joined: Feb 14 '08
Location: Boston, USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NaasDup
    replied to VB.NET 2005 DataGridView
    in .NET
    Hi

    This is VB not C# . FOR - NEXT loops.
    Maybe I need to be more specific. The above FOR loop works loading the array items in the define d combobox but not the part where I assign the box to a particular cell.

    DGV1.Rows(myRow Counter).Cells( "colCodes") = comboboxColumn

    This is the part that is not working - listing the data in the DGV cell's combobox.
    See more | Go to post

    Leave a comment:


  • NaasDup
    started a topic VB.NET 2005 DataGridView
    in .NET

    VB.NET 2005 DataGridView

    Hi

    I have to read a CSV file in with 6 columns of data. The last column contains values delimited by & eg.
    "Lastname","Fir stName","Zip"," Phone","Area"," 001&002%008&012 "

    There are 100's of these rows in this CSV file. I have created a DGV with the type in the last column set to ComboBox and I have parsed the last column into a String array....
    See more | Go to post

  • Hi

    What I would like to know is how do you populate a COMBOBOX cell with data from a CSV file?

    Has anybody done that before?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...