I just need the client-side JavaScript to be able to send a string value to the ASP.NET server app. What’s the common opinion on this process?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m assuming you don’t want to navigate away from the current page so, I would say to use an AJAX form post. Most javascript libraries have a simple method of doing so.
Your response can be a simple JSON object.