C# would be used for server side coding. Session is also a server side object. Java Script is used for Client side coding so it has no access to the Session object. The problem is that you want to access a server side object from the client side which you can not do.




Reply With Quote