
From the above image, when I enter Network Engineer in the Text Box beside "Job Title:" , I want the DataGridView under "Applicants" to only show the names with "Job" Network Engineer. How do I do that?

From the above image, when I enter Network Engineer in the Text Box beside "Job Title:" , I want the DataGridView under "Applicants" to only show the names with "Job" Network Engineer. How do I do that?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Oct 27, 2021, 5:58 AM
Kirtesh ShahPosted Oct 27, 2021, 4:59 AM
Srinivasan RamamoorthiPosted Oct 26, 2021, 8:10 PM
You have to filter the dataset/datatable that is binded to the gridview based on the value entered in the textbox.
Refer this article for filtering dataset
https://stackoverflow.com/questions/6007872/filtering-dataset