Results 1 to 2 of 2

Thread: DataGridView Show

Hybrid View

  1. #1

    Thread Starter
    New Member free's Avatar
    Join Date
    Apr 2017
    Posts
    10

    DataGridView Show

    Show DataGridView when you click the Save Input Data button
    But do not show other records in the database

    is it possible ??

    Thanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: DataGridView Show

    That doesn't actually make sense. Please provide a FULL and CLEAR description of the problem. Assume that too many words is better than not enough.

    As some general advice, a DataGridView is only going to display the items in is data source so if you don't want it to display some of the records in your database then don't add them to, or remove them from, your data source. If that's not practical, you can bind a DataTable to the grid via a BindingSource and set the Filter of that to exclude certain rows.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width