A
Alan T
I have a legacy website has only html, how do I add a asp.net pages (.aspx)
to that and develope in VS 2005?
to that and develope in VS 2005?
Alan T said:This is my exact question:
I tried to create the new website in VS 2005, then add my new aspx pages, it fine, I can compile and run.
The next question comes up, when I implement my C# class, eg. the namespace is Employee.
In the code-behind, I want to include the "Employee" namespace in the using clause but the compilar did not find that.
Alan said:This is my exact question:
I tried to create the new website in VS 2005, then add my new aspx pages, it
fine, I can compile and run.
The next question comes up, when I implement my C# class, eg. the namespace
is Employee.
In the code-behind, I want to include the "Employee" namespace in the using
clause but the compilar did not find that.