10
Answers

Session

Photo of Smart    Lucky

Smart Lucky

14y
1.8k
1
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)