Here's an ASP.NET version of our classic "Database Search" script.
There's nothing extrodinary in it, but it's still a good little piece of sample code
for those of you just getting started.
I modified the SQL Query from our original sample to keep the resulting tables
looking similar. You see, in the DB, the first and last names are seperate fields, but in
the original sample I joined them together using ASP when I displayed them. In order to
keep things simple and still have the tables look about the same as the original,
this time around I join the first and last names via SQL in order to keep the datagrid simple.