P
Praveen
Hi,
Is there some kind of support for "Conditional Compilation Directives"
in the aspx file?
I want to enclose the Register tag as follows:
#if DOTNET10
<%@ Register TagPrefix="sfwg" Namespace="CustomNameSpace"
Assembly="CustomAssembly1.0"%>
#else
<%@ Register TagPrefix="sfwg" Namespace="CustomNameSpace"
Assembly="CustomAssembly1.1"%>
#endif
And of course be able to define the "DOTNET10" directive somewhere
(maybe in the web.config file).
TIA,
Praveen
Is there some kind of support for "Conditional Compilation Directives"
in the aspx file?
I want to enclose the Register tag as follows:
#if DOTNET10
<%@ Register TagPrefix="sfwg" Namespace="CustomNameSpace"
Assembly="CustomAssembly1.0"%>
#else
<%@ Register TagPrefix="sfwg" Namespace="CustomNameSpace"
Assembly="CustomAssembly1.1"%>
#endif
And of course be able to define the "DOTNET10" directive somewhere
(maybe in the web.config file).
TIA,
Praveen