Hi,
I'm developping an ASP .NET application in C#. In this application, I'm
reading an XML file on each render of the page to set WebControl attrbiutes
with the values of the XML file to do it in different languages.
All is working in debug mode (compilation debug="true") but when I put
debug="false", my control is well display but it did'nt read in the XML file
the new value for the language. What can I do to solve that?
Furthermore, when I'm changing (for ex, put a space carater) the concerned
ascx file, and I reload the page, all is working good? What's the matter with
that?
Does anybody know the problem ?
Thank a lot...
I'm developping an ASP .NET application in C#. In this application, I'm
reading an XML file on each render of the page to set WebControl attrbiutes
with the values of the XML file to do it in different languages.
All is working in debug mode (compilation debug="true") but when I put
debug="false", my control is well display but it did'nt read in the XML file
the new value for the language. What can I do to solve that?
Furthermore, when I'm changing (for ex, put a space carater) the concerned
ascx file, and I reload the page, all is working good? What's the matter with
that?
Does anybody know the problem ?
Thank a lot...