I am having an issue with passing the text from a link to a session variable. I am adding this html as a literal as a control for each item in the list posts which I have have populated with a query.
List<Literal> lit = new List<Literal>();
for (int i = 0; i < posts Go to the complete details ...