string URL = "LinsFind.aspx";
URL = "parent.document.frames['main'].location='" + URL + "'";
ClientScriptManager cs = Page.ClientScript;
cs.RegisterStartupScript(this.GetType(), "", URL, true);
string URL = "LinsFind.aspx";
URL = "parent.document.frames['main'].location='" + URL + "'";
ClientScriptManager cs = Page.ClientScript;
cs.RegisterStartupScript(this.GetType(), "", URL, true);