help

K

khawar

in C++ and asp you can use include blah.blah
how do you do that in C# and asp.net
i have created a class and saved it as a blah.cs file
i want to be able to use something similar to include
blah.cs in other *.cs files where i might use objects
defined in blah.cs
help
 
C

Craig Deelsnyder [MVP]

the keyword is using, at the top of your class file (outside the class of
course)

using blah.blah;

where blah.blah is the namespace to import
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top