G
Guest
Hi , when I apply expression on a pure HTML control , like<img src=<%$
resources:...% > , I got a compilation error and said this is not allowed
,after I add "runat=server", the problem is fixed.But it's kind of ugly since
it will unnecessarily consume some of CPU cycles to process in the asp.net
engine. I'm not sure if there is a way to get it work?
Appreciate any help.
resources:...% > , I got a compilation error and said this is not allowed
,after I add "runat=server", the problem is fixed.But it's kind of ugly since
it will unnecessarily consume some of CPU cycles to process in the asp.net
engine. I'm not sure if there is a way to get it work?
Appreciate any help.