I'm completely new to web programming. I am using an asp.net Table:
<asp:Table></asp:Table>
and my code behind page (using vb.net)grabs data from a database and displays it in this table.
How do I put in a search that will only display the data with the name that is searched? Do I need to work in the code behind page or the asp page? I'm new to the syntax.