Hi:
I´m modifying a project already done and I can´t get the .cs files, just the .dll file. When I try to get the session in the aspx files I need to use this: Proyecto.Internacional.Idioma.idioma, but this sentence is not posible to use in the new .cs files.
I´m trying to use Page.Session["idioma"].ToString() in the .cs file but I can't. I suppouse I need to include the Juniper.dll file. Does it correct?. How can I get the session Proyecto.Internacional.Idioma.idioma in the .cs files?
Thanks in advance
I´m modifying a project already done and I can´t get the .cs files, just the .dll file. When I try to get the session in the aspx files I need to use this: Proyecto.Internacional.Idioma.idioma, but this sentence is not posible to use in the new .cs files.
I´m trying to use Page.Session["idioma"].ToString() in the .cs file but I can't. I suppouse I need to include the Juniper.dll file. Does it correct?. How can I get the session Proyecto.Internacional.Idioma.idioma in the .cs files?
Thanks in advance