• OK, from what I can see, you have an unhandled exception in btn_Search_Click. Stick some error handling in there at least. You have a null reference exception, so an object is not being instantiated as it should. Your best bet is to put a breakpoint in btn_Search_Click and trace what happens. This will help narrow down the possible causes.