protected void Page_Load(object sender, EventArgs e)
 {
     FormUtil.RedirectAfterUpdate(GridView1, "NullFkeyChild.aspx?page={0}");
     FormUtil.SetPageIndex(GridView1, "page");
     FormUtil.SetDefaultButton((Button)GridViewSearchPanel1.FindControl("cmdSearch"));
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     FormUtil.RedirectAfterUpdate(GridView1, "ProductModelProductDescriptionCulture.aspx?page={0}");
     FormUtil.SetPageIndex(GridView1, "page");
     FormUtil.SetDefaultButton((Button)GridViewSearchPanel1.FindControl("cmdSearch"));
 }