Smart    Lucky

Smart Lucky

  • NA
  • 555
  • 626.5k

Session

Jul 27 2011 7:09 AM
Hi  Dudes
I am trying to get sessoin values in this way but it is not wording properly can any one help me...?
foreach ( x in Session.Contents)
        {
            Response.Write(x + "====" +x.Contains(x));
        }

Answers (10)