diff --git a/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs b/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs index 1c7eaacd..3590e1dd 100644 --- a/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs +++ b/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs @@ -182,7 +182,7 @@ namespace FineUIPro.Web.TestRun string id = Grid1.DataKeys[e.RowIndex][0].ToString(); if (e.CommandName == "AttachUrl") { - PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId))); + PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId))); } } #endregion