Jul 22, 2011, 8:10 AM
[CLOSED] How to send the variable string in AutoLoadParams
I have (C#):
How it is possible to do??:
this.StoreMain.AutoLoadParams["session_name"] = "={" + this.CACHE_Prefix + "}";
Java return:...
autoLoad:{params:{"start":0,"limit":100,"sort":"","dir":"","session_name":DevicesdlDevices}}
...
A error is a resultHow it is possible to do??:
...
autoLoad:{params:{"start":0,"limit":100,"sort":"","dir":"","session_name":"DevicesdlDevices"}}
...
And for what I should write this way? "={}" what's this?
Last edited by Daniil; Jul 22, 2011 at 3:34 PM.
Reason: [CLOSED]