ASP.NET C# User management
I have a website where users can register with the system.To implement this I have use CreateUserWizard and Login control.
After user login to the system he can place and orders.Every user must be registered with the system.
After user place and order and login to the system again I want to show his previous order details.
So how can I implement this.When user login to the system how can I grab his order details and show it to him.
Waiting for your answer

