我已经通读了这个。但是,在我的情况下,我发布到的页面是外部.aspx页面。
基本上,我在源页面代码上生成XMLXElement
数据,并且需要将其发布到外部.aspx页面。要求说它需要在发布之前被包裹在 HTML 标签中。所以我在代码隐藏文件中的字符串看起来像</form>
<FORM id="frmLogin" action="https://illustration.sagicorlifeusa.com/fse5/main/FormPost.aspx" method="post" target=blank>
<XML>myxml<XML\>
<input type="submit" name="__exclude__Submit" value="Run Sagicor Life Illustration Software Online ">
</form>
现在在代码隐藏文件上,我需要做什么才能将其发布到外部.aspx页面?