Anand N
write the code to put int value into session and retrieve the same value of session to string
By Anand N in C# on Jun 10 2013
  • Pankaj  Kumar Choudhary
    Feb, 2015 21

    int val = 32;Session["value"] = val;String str = Session["value"].ToString();

    • 0
  • Rakesh Jogani
    Jun, 2013 12

    Set Session Value : Session["SessionName"] = value;Get Session Value : string str = Session["SessionName"].toString()

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS