0

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.

3
  • Is your file big? How do you get that file in your VBScript file? Commented Dec 15, 2013 at 0:22
  • You may not get many answers - almost nobody uses VBScript in a web browser. Commented Dec 15, 2013 at 0:39
  • Consider instead the mainstream approach: use JavaScript to POST your XML to your ASP.NET page. Commented Dec 15, 2013 at 1:35

1 Answer 1

1

You can make a POST request to your .aspx page.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.