Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01454461
Message ID:
01454473
Views:
29
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;
Previous
Reply
Map
View