Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cross Page Posting
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
Database:
Visual FoxPro
Divers
Thread ID:
01454461
Message ID:
01454473
Vues:
28
Oops, I think too much in the old ways. Okay, that is correct. I needed to finish those objects with their properties. Ugh...

Oh, by the way, it worked!

Spaciba Naomi,

Cecil

>Assuming the code for Previous page works,

>this part
lblFirstName.Text = firstName;
                lblLastName.Text  = lastName;
should be changed to
lblFirstName.Text = firstName.Text;
 lblLastName.Text  = lastName.Text;
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform