I have a simple gridview
my fault.i haven't done the following
if (!Page.IsPostBack) { Binddata();//Bind data to gridview }
previously Binddata() method was not inside
if (!Page.IsPostBack)
which was causing the issue