Temple University

The Search.aspx page accepts a search term from the user on the client machine and processes the request on the server machine. The search term is typed into the textbox and is sent to the server when the user clicks the button. The code below is the button click event handler code. ................
................