Something like C #ifdef in ASP/ASP.NET

  • Thread starter Thread starter olav_net
  • Start date Start date
O

olav_net

Is there something like C/C++ #ifdef's in ASP/ASP.NET.

I have some code I would like to "Interpret" in both ASP and ASP.NET
2.0, and this kind of stuff would have been perfect...

Thanks
Olav
 
There IS in ASP.Net. There is NOT in ASP. In ASP.Net, it is basically the
same.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

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

Back
Top