actually i have to send the complex object. Even "pravin" is also not getting
send to the server. Do i need backened server for asp.net MVC to achive
this?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/How-to-send-data-to-server-tp7576288p7579293.html
Sent from the qooxdoo mai
Hi,
I am using RPC call in asp.net MVC framework. Following is my code
var rpc = new qx.io.remote.Rpc(
"http://localhost/QooxDooMVC/Home/About";,
"QooxDooMVC.Controllers.HomeController");
var handler = function (result, exc) {
if (exc == null
Hi,
I want to send data to backend. My current code is
var rpc = new qx.io.remote.Rpc(
"http://localhost:56791/Home/AddData";,
"HomeController");
try {
var result = rpc.callSync("AddData", "Pravin");
alert(qx.util.Ser