Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Good morning to everyone. I have created a web pages using ASP .Net(code behind file C#). I have written one web page in one namespace and another in another namespace. I have to include the one web page namespace in another one. How to do this? Explain the complete procedure for this? Please do this.
Posted

1 solution

You should not be writing web pages if you don't know the most basic things about C#.

The using statement will scope your namespaces, although if those different namespaces are only used for different pages, there is absolutely no reason to do this, you can't call one page from another.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900