コード例 #1
0
 protected void ctlUpload_LoadingDialogContent(object sender, LoadingDialogContentEventArgs e)
 {
     e.Content = WebXmlDocumentCache.GetDocument("~/inc/CommonMemberUploadTemplate.htm") + this.GetScript(this.ctlUpload.Tag);
 }
コード例 #2
0
ファイル: AllMembers.aspx.cs プロジェクト: wooln/AK47Source
 protected void ctlUpload_LoadingDialogContent(object sender, LoadingDialogContentEventArgs e)
 {
     e.Content = WebXmlDocumentCache.GetDocument("~/inc/AllMembersUploadTemplate.htm");
 }
コード例 #3
0
		protected void uploadProgress_LoadingDialogContent(object sender, LoadingDialogContentEventArgs eventArgs)
		{
			eventArgs.Content = ResourceHelper.LoadStringFromResource(Assembly.GetExecutingAssembly(),
				"MCS.Library.SOA.Web.WebControls.Test.UploadProgressControl.customUploadProgressControlTemplate.htm");
		}
コード例 #4
0
ファイル: CopyUnit.aspx.cs プロジェクト: wooln/AK47Source
 protected void calcProgress_LoadingDialogContent(object sender, LoadingDialogContentEventArgs e)
 {
 }