简体   繁体   中英

Send XML data from vb script to asp.net page

How I can send a XML data from a vb script to c# asp.net page ?

In my asp.net page, i have a button and its click event is in a vb script file. When I am clicking the button, it is calling the vb script sub procedure. But I want to send a XML data from that vb script sub method to asp.net page.

I don't want to do write any code in asp.net code bind and in my project, we are not using the session object.

您可以向.aspx页发出POST请求。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM