Ask a Question related to ASP.NET General, Design and Development.
-
Andrew #1
Global pound define?
Is there a place you can globally #define so that
what's #define'd is in all classes' scope?
Such as #include - other .c files for C?
Thanks,
Andrew
Andrew Guest
-
How to define a Global Histroy Manage
Hi, there According to the Livedoc (Implementing the saveState() and loadState() methods in the History Manager charpter), it seems every component... -
Pound signs in a URL
Hi, Let's say for instance, I have an URL such as: www.mysite.com/root/programming/cfdirectory.cfm?debug=0¤tDir=dir3_C#Help&d epth=2 ... -
About Using the pound (#) sign
Hello all I am currently passing variables in URL and came across a case where the value of my variable contains the pound sign: ... -
How can I use a regular Pound Sign?
Hi, Anyone know how I can use a regular pound sign, without the ColdFusion compiler causing an error? I want to make lines such as: #1 #2... -
define global variables through a repeat loop
Is it possible to define new global variables through a repeat loop so they have the same name but numbered according to the position within the... -
Craig Deelsnyder [MVP] #2
Re: Global pound define?
Not really, AFAIK, each class has to declare what namespaces to import.
This uses the using keyword in C# or imports in VB.NET....
there's a good explanation of why this would really be a problem for an OO
language:
[url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-[/url]
8&threadm=dda1fb3a.0207221304.4d36d34b%40posting.g oogle.com&rnum=1&prev=/groups%3Fq%3DC%2523%2B%2523include%26num%3D50%26hl %3Den%26lr%3D%26ie%3DUTF-
8%26oe%3Dutf-8%26sa%3DN%26tab%3Dwg
depending on your point of view...
On Mon, 14 Jul 2003 09:06:40 -0700, Andrew <a@b.com> wrote:
> Is there a place you can globally #define so that what's #define'd is in
> all classes' scope?
>
> Such as #include - other .c files for C?
>
> Thanks,
>
> Andrew
>
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Craig Deelsnyder [MVP] Guest



Reply With Quote

