Received Error Message: The left-hand side of an assignment must be a variable, property or indexer C:\BegASPNETCS\Site\Demos\Containers.aspx.cs
Code:
protected void Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e)
{
Result.Text = "Your name is " + YourName.Text;
Result.Text += "<br />Your favorite language is" =
FavoriteLanguage.SelectedValue;
}
Same error message when using the source downloaded code from Chapter 4. Thks.
Cheers,
Mohamad