function IsExistsParam(s){
  return (Request.Form(s).Count>0);
 }

 

if(IsExistsParam("orderuserid"))