Hmmm. I kinda got lost here:
string ifpPSID = Params.ReplaceNullWith(Request["@IFPPSID"], Null.NullString).ToString();
So I went around seeing if I could get a bit of help around here. Best answer I got (which in some way mirrored my confusion) was:
I’m not sure what is supposed to happen with “Params.ReplaceNullWith()… “
I could not find any reference to that method, Should he not be using paramlist instead?