This tutorial will teach you how to make the Search Records using C#.net step by step. if you enter the Account id on the textbox relavent matching record will be displayed on the datagridview. Establish the database connection SqlConnection con = new SqlConnection("server=.;database=Bank; integrated security=true;"); Paste the code inside the find button SqlDataAdapter sh_adapter9; DataSet sh_dataset19; DataTable sh_table9; sh_adapter9 = …