I am trying to populate a GridView using a method called PopulateGrid() (below) but keep getting the same server error "Must Declare the scalar variable "@QUALID&q
You are missing the "@" where you add the parameter:
SqlParameter("@QUALID", val)