|
-
May 13th, 2017, 03:11 AM
#1
Thread Starter
New Member
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
-
May 13th, 2017, 03:22 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|