Here is my problem. I have a datagridview that display a list of customers (name, address, zip, phone, etc.) using a FillByLastName(@CustomerLastName). When no customer are found it displays an empty datagridview. I can close it but I would rather it not even be displayed if nothing matches. How do I go about doing this?