0813
This commit is contained in:
@@ -63,7 +63,7 @@ namespace FineUIPro.Web.Party
|
||||
{
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.Party_PartyLecture));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text, BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text, BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
|
||||
protected void btnAttach2_Click(object sender, EventArgs e)
|
||||
@@ -72,7 +72,7 @@ namespace FineUIPro.Web.Party
|
||||
{
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.Party_PartyLecture));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text + "2", BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text + "2", BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
|
||||
protected void btnAttach3_Click(object sender, EventArgs e)
|
||||
@@ -81,7 +81,7 @@ namespace FineUIPro.Web.Party
|
||||
{
|
||||
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.Party_PartyLecture));
|
||||
}
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text + "3", BLL.Const.PartyLectureMenuId)));
|
||||
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/Party/PartyLecture&menuId={1}", this.hdId.Text + "3", BLL.Const.PartyLectureMenuId)));
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user