My question is : How can I load one file regarding session value?
I'm using fullcalendar and I need to load one XML file, but the XML file I need to load
depends the user that is logged in. I save the user in session variable and I need the code:
the url file has to change according to the session variable. In this case i'm reading the agenda_clientes.xml,
but if the user is different the url I have to load may be admin.xml
Member
423 Points
970 Posts
Jquery and session variables in asp.net
Jul 22, 2019 10:51 AM|mariolopes|LINK
Hi
My question is : How can I load one file regarding session value?
I'm using fullcalendar and I need to load one XML file, but the XML file I need to load depends the user that is logged in. I save the user in session variable and I need the code:
the url file has to change according to the session variable. In this case i'm reading the agenda_clientes.xml, but if the user is different the url I have to load may be admin.xml
Thank you
mario
https://programamos.pt
All-Star
53121 Points
23672 Posts
Re: Jquery and session variables in asp.net
Jul 22, 2019 11:02 AM|mgebhard|LINK
We are missing a lot of information.
Are you trying to change the url according to a Session value? ASP.NET Web Forms
MVC
The data attribute is not valid because the code is requesting an XML file...