I keep getting this error :
The parameterized query \'(@AdminEmail nvarchar(4000),@AdminPassword nvarchar(4000))SELECT\' expects the parameter \'@A
Step through your code and see what the value of Email and Password are. Chances are they are null.
Email
Password