Skip to Content
0
Former Member
Feb 21, 2011 at 02:02 PM

DI-API in Web Application. Parameter Company.

65 Views

I am developing a web application. Net C # using DI-API.

How could I pass the parameter object Company? The connection is made when the user logs in, and I use the object in other screens, but I'm not sure how I can pass this object as parameter, because the session variable or QueryString, which normally is used, it is with String data.