hi
i want to access the textbox value in ashx page ,
i am using textchanged event in the form
protected void txtsubrange_TextChanged1(object sender, EventArgs e)
{
      Session["subrange"] = txtsubrange.Text;
}
but also after postback. the textbox value is  clearing  so please give me proper solution so i can retrive in ashx page.