C# récupérer valeur js
Résolu/Fermé
A voir également:
- C# récupérer valeur js
- Recuperer message whatsapp supprimé - Guide
- Recuperer video youtube - Guide
- Récupérer mon compte facebook désactivé - Guide
- Comment récupérer un compte facebook piraté - Guide
- Impossible de récupérer mon compte gmail - Guide
1 réponse
merci à moi faut faire comme ce ci (adapter à mon code voir plus haut )
if (this.grptPrestId != string.Empty) { this.grptPrestId = this.RequestToInt32("grpt_id",0).ToString(); } else if (this.grptEntiteId != string.Empty) { this.grptEntiteId = this.RequestToInt32("grpt_id", 0).ToString(); } else { this.grptPrestId = this.RequestToInt32("grpt_id_prest", 0).ToString(); this.grptEntiteId = this.RequestToInt32("grpt_id_enti", 0).ToString(); }