I have been trying to get an SqlAdapter to get info from a SqlCommand that uses a stored Procedure to get info from the SQL server. I know that the SQL stored Procedure works and that the SqlCommand works (since I tested them out separate without SqlAdapter). Here is the code:I have been trying to get an SqlAdapter to get