10
Answers

Session

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)