While doing asynchronous postback page losings gridviewscroll script?
问题 While doing asynchronous postback page losings gridviewscroll script even after i did script register on code behind. (I have grid in update panel.. This happen when clicking "add new row" in asp.net grid view.) I have tried with the following three methods. ScriptManager.RegisterStartupScript(UpdatePanel_Objective, this.GetType(), UpdatePanel_Objective.UniqueID, "gridviewScroll();", true); ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "script", "gridviewScroll();", true);