in

code for eternity !!!

community website for .net freaks ;-)

Browse by Tags

  • Handling ASP.NET Session Variables Efficiently

    One of the most common mistakes ASP.NET developers make is while accessing session variables. Have a look at the code below: C#: // Writing to session variable Session["UserCountry"] = ddlUserCountry.SelectedValue; // Reading from session variable string userCountry = Session["UserCountry"...
    Posted to Technology (Weblog) by raj on 12-19-2007
Page 1 of 1 (1 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems