2/4/2010 5:36:41 PM
Title:
Display info on Multiple screens using Cairngorm?
I want to know how to display user information when the user first logged in, to all other screens. This I have to dousing Cairngorm. Can someone tell me how to do this or a scenario similar to this?
This is the question asked in one of the interviews
2/5/2010 4:32:20 AM
You can create an object of the userinfo and send it using event . The other way can be using a global class and set the information there . Any component that requires userinfo can access it from there .