R
RN1
I have an ASPX page with all the subs & functions. I created a code-
behind for this ASPX page & moved the entire code except for the GUI
code in the code-behind. I also added the CodeFile & Inherits
attributes to the Page directive. Now when I run the ASPX page, the
following error gets generated:
------------------------
'InitializeCulture' is not a member of 'ASP.ets_aspx'.
------------------------
What could be causing this error & how do I overcome it?
Please note that I don't have any culture related tags or attributes
in the web.config file.
Thanks,
Ron
behind for this ASPX page & moved the entire code except for the GUI
code in the code-behind. I also added the CodeFile & Inherits
attributes to the Page directive. Now when I run the ASPX page, the
following error gets generated:
------------------------
'InitializeCulture' is not a member of 'ASP.ets_aspx'.
------------------------
What could be causing this error & how do I overcome it?
Please note that I don't have any culture related tags or attributes
in the web.config file.
Thanks,
Ron