I am trying to implement search functionality in my web application.
I have a textbox(txtSearch), search button and textboxes to display results returned as shown below.
I need assistance with my c# code behind to enable me implement this.
protected void btnSearch_Click(object sender, EventArgs e) { }