hi
i'm having one application in that i'm using one session variable.
my code works fine till the user hits refresh button but
after this session variable becomes empty.

below is the code i'm using

string RenderedOutput = string.Empty;
public static int Index = 0;
DataTable dt = new DataTable();
DataRow dr;
DataView...