si vous employez C#, essayer
international identification = Convert.ToInt32 (Page.Request.QueryString [« identification »]) ;
ou
international identification = Convert.ToInt32 (Page.Request.QueryString [0]) ;
ou si vous employez VB.NET, essai
Faible identification comme nombre entier = CInt (Page.Request.QueryString (« identification ») ;
ou
Faible identification comme nombre entier = CInt (Page.Request.QueryString (0) ;
Alors vous pouvez juste employer la variable d'identification en votre code