Beginning asp.net 1.1 with
vb.net 2003 -- Chapter 12 summary.
I'm trying to do step 3 in the summary of chapter 12.
my difficulty is that it says you can write the codeBehind file just as we did for all the other pages. However I think this is a mistake in that this is not a page but a control. I have imported all the namespaces for the objects referenced in the NavBar UserControl. However I'm struggling with the reference to the Session variable, I think it need the System.Web.UI.Page namespace imported, but then I get some ambiguous message because I'm importing the System.Web.UI.Control namespace too.
Has anyone successfully done step 3? If so how?
Thanks