How to send client side JavaScript object to server ASP.NET page?
-
-
Answer:
you mean write javascript on a asp.net page? <script>window.alert('helloworld') </script> you talking about Postback? im not sure
Rasika at Yahoo! Answers Visit the source
Other answers
Easiest way is to create a hidden input field that runs on the server, like this <input type="hidden" runat="server" id="mstoEdit" NAME="mstoEdit"> then in your codebehind c# it woudl be declared like this protected System.Web.UI.HtmlControls.HtmlInputHidd… mstoEdit; you can write to it from the server or client and read from it on the server or client. Hope this helps aw
AW
Related Q & A:
- How can I allow user to create posts in website using ASP.NET?Best solution by Programmers
- What risks do I have to consider when encrypting server side as opposed to client-side?Best solution by Information Security
- How to send data from device to remote server?Best solution by Stack Overflow
- How to save high resolution image canvas to server using asp.net?Best solution by Stack Overflow
- How can I get the remote server's date and time at the client side in my application in c#?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.