S
Suresh
Anyway to do the following in aspx HTML?
Currently in my codebehind:
#if SOMECONDITION
using MYBL=MyNamespace.Biz
#else
using MYBL=MyNamespace.WebServiceBiz
#endif
Right now in the aspx I have
<%@ Import Namespace="MYBL=MyNamespace.Biz" %>
How can I conditionaly set the other alias in the HTML side?
Thanks,
Suresh.
Currently in my codebehind:
#if SOMECONDITION
using MYBL=MyNamespace.Biz
#else
using MYBL=MyNamespace.WebServiceBiz
#endif
Right now in the aspx I have
<%@ Import Namespace="MYBL=MyNamespace.Biz" %>
How can I conditionaly set the other alias in the HTML side?
Thanks,
Suresh.