Hello,
I'm a new reader, purchased the book just a month ago..

I have a question regarding the Try It Out in chapter 4,page 105 (printed 105 page and not the adobe reader page 105).
So I've added the controls TextBox, Button, and Label as instructed.
when Button is clicked this code will be fired:
Code:
Label1.Text = "Your name is" + txtName.Text;
According to the Try It Out-phase 9 and 10:the source of the page (presented in the browser) before entering my name to the textbox and click the Button, should be different from the source of the page after doing so.
Thing is, that its true for firefox, but not for google chrome (source is the same as before).
Is it a problem of the chrome that should be fixed by Google? or is it something solvable with some settings configurations?
10X for any reply people...

