用PageOffice如何实现向保存页面传递参数(2)
时间:2025-01-11
时间:2025-01-11
<span style="color: Red;">性别:</span>
<select id="Select1" name="selSex">
<option value="男">男</option>
<option value="女">女</option>
</select>
<!--PageOfficeCtrl控件-->
<div style="width: auto; height: 700px;">
<po:PageOfficeCtrl ID="PageOfficeCtrl1" runat="server" CustomToolbar="True" Menubar="True">
</po:PageOfficeCtrl>
</div>
在EditWord.aspx.cs中设置PageOffice的服务器页面、保存页面和打开Word文件的方式,部分代码如下:
//设置服务器页面
PageOfficeCtrl1.ServerPage = "pageoffice/server.aspx";
PageOfficeCtrl1.Caption = "演示:向保存页面传递参数,更新人员信息";
PageOfficeCtrl1.AddCustomToolButton("保存", "Save()",1);
PageOfficeCtrl1.AddCustomToolButton("全屏", "SetFullScreen()", 4);
//设置保存页
PageOfficeCtrl1.SaveFilePage = "SaveFile.aspx?id=1";//通过url传递id参数
上一篇:文后参考文献著录规则
下一篇:对数函数及其性质经典练习题