Hi, Most of us who creates Web sites work with session. We use sessions to store user specific data, so that it can be retrieved very easily. You can read my earlier posts on sessions here. A few interesting things about session in Asp.Net Mystries of...