Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in trying to implicitly convert type 'Object' to '
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00979853
Message ID:
00979856
Vues:
8
Hi Kevin,
I noticed an error in my orig post... should have been string MyNum.

Having changed this, and applied your change, which I assume converts int to string I got a:

Cannot implicitly convert type 'int' to 'string'

Regards,
Gerard



>Hey, Gerard,
>
>Try this...
>
>
>int MyNum;
>MyNum = int.Parse(dr["num_nexta"].ToString());
>
>
>Hope that helps...
>Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform