C# récupérer valeur js
Résolu/Fermé
A voir également:
- C# récupérer valeur js
- Recuperer video youtube - Guide
- Vba récupérer valeur cellule ✓ - Forum VB / VBA
- Comment récupérer un compte facebook piraté - Guide
- Recuperer message whatsapp - 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();
}