display the details of user after successful login
I have created a system for computer repair shop in C#.i created form for the user to login and when they successfully login, the data of the user (full name,address,etc )who had logged in will be displayed to another form . The problem here is when the user successfully logged in how can i display the data to another form? please give me code.