Hi,
i have an application with my own Login-System.
when a user starts the app and logs correct in,i want to store user-data in a class "Userinformation".
other information like application-rights and so on should be also stored in this class.
my application is coded in 3-tier architecture with one assembly each tier.
i have to access the Userinformation class in many other forms - also in the business tier.
How could this be done ?
I know that global Vars are not allowed in C#, but how can i get this problem done ?
i had the idea to create a dataset, that has tables for this information ?
bye jogi
i have an application with my own Login-System.
when a user starts the app and logs correct in,i want to store user-data in a class "Userinformation".
other information like application-rights and so on should be also stored in this class.
my application is coded in 3-tier architecture with one assembly each tier.
i have to access the Userinformation class in many other forms - also in the business tier.
How could this be done ?
I know that global Vars are not allowed in C#, but how can i get this problem done ?
i had the idea to create a dataset, that has tables for this information ?
bye jogi