0813
This commit is contained in:
@@ -173,15 +173,15 @@ namespace FineUIPro.Web.Party
|
||||
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/Party/PartyLecture&menuId={1}", id, BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", id, BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
if (e.CommandName == "AttachUrl2")
|
||||
{
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", id + "2", BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", id + "2", BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
if (e.CommandName == "AttachUrl3")
|
||||
{
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", id + "3", BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", id + "3", BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user