Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sessions Problems

Status
Not open for further replies.

maneland

Programmer
Mar 24, 2006
24
ES
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
 
where u say " Proyecto.Internacional.Idioma.idioma" do you mean as in a using statement?

I suspect that you are going to need to use reflection if you dont have access to the .cs though..

K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top