CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rcarran

Search: Search took 0.24 seconds.

  1. Replies
    3
    Views
    26,714

    Re: Populating DataGridView Combobox column

    Sorry about that. The original rows are added when the record of the main dataset changes.


    Private Sub doAcctLines()

    Try
    Me.BlotterAcctDataGridView.Rows.Clear() 'Clear old...
  2. Replies
    3
    Views
    26,714

    Populating DataGridView Combobox column

    Hi,
    I have an unbound DataGridView control that displays a few columns of account data. The first column is a combobox that I fill with data from a dataset of names filtered by what's in a customer...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured