Compilcation Error..Name Import is not declared.
Hello,
I'm new to asp.net and am working through the book. On pg. 61 I typed in the Binding to a database example and when I tried to load in my browser I got a compilcation error stating that the name Import was not declared.
<% Import namespace="System.Data"%>
I could type it all out here but does anyone have any ideas why it would fail on the first line?
|