I'm having nothing but fits so far with this chapter. I try making the UPdatePanel page and there is no "unclickable gray area." When I enter the code in the first TryItOut and try to run, I get a message
Severity Code Description Project File Line Suppression State
Error 'Demos_$safeitename$' is not a valid value for attribute 'inherits'. D:\ASP.NET Websites\BegASPNET\Site\Demos\UpdatePanel.aspx 1
And it tells me that "Label1" is not declared...
Severity Code Description Project File Line Suppression State
Error BC30451 'Label1' is not declared. It may be inaccessible due to its protection level. Site D:\ASP.NET Websites\BegASPNET\Site\Demos\UpdatePanel.aspx.
vb 6 Active
I finally gave up and copied-and-pasted the code from the Source folder and I'm still getting those errors. It's like nothing is working the way the book says it's supposed to. It probably will if I just copy the whole files over, but what's the use in that??