Sub Page_Load IF Not IsPostBack THEN ' Need to do load the grid only if it is first time load. grdtest.DataSource = Session("dS") grdtest.DataBind() END IFEnd Sub