I have this call to another page, passing 2 parameters.
Response.Redirect("/frmPVFichaCadastral.aspx?CdProcesso=" + vhdfCdProcesso.Value + "&CdTipoUsuario=" + vhdfCdTipoUsuario.Value)
How do I get these parameters passed here on this page /frmPVFichaCadastral.aspx
?