G
Guest
I am studying Chapter 15 in the 70-305/315 book. I'm trying to do the
example on Pgs 750-751, the dropdown list example.
Aside from the problem that the example cannot be run as written, I'm having
a problem with VS that makes me wonder if there's a bug in the system.
First of all, I assume the reference to 'head1' requires me to modify the
HTML as follows: <HEAD id="head1" runat=server>
There are times when if I switch between design and HTML views, the
runat=server attribute simply vanishes. In any case I cannot compile because
the system does not recognize 'head1', no matter what I do. (The squiggly
error lines under head1 in the codebehind won't go away.)
What's even crazier is that I've already gotten this to work once. I was
simply trying to recreate the original for a demo so I could show the crash.
Any ideas?
example on Pgs 750-751, the dropdown list example.
Aside from the problem that the example cannot be run as written, I'm having
a problem with VS that makes me wonder if there's a bug in the system.
First of all, I assume the reference to 'head1' requires me to modify the
HTML as follows: <HEAD id="head1" runat=server>
There are times when if I switch between design and HTML views, the
runat=server attribute simply vanishes. In any case I cannot compile because
the system does not recognize 'head1', no matter what I do. (The squiggly
error lines under head1 in the codebehind won't go away.)
What's even crazier is that I've already gotten this to work once. I was
simply trying to recreate the original for a demo so I could show the crash.
Any ideas?