need help to transfer from java-script to C#
-
hi please... i try..... but i dont know java-script...... if someone can help me... i'll be grateful this: http://static.peace-love-freedom.net/js-itm/trunk/jsdoc/symbols/src/js-itm.js.html thank's in advance
-
hi please... i try..... but i dont know java-script...... if someone can help me... i'll be grateful this: http://static.peace-love-freedom.net/js-itm/trunk/jsdoc/symbols/src/js-itm.js.html thank's in advance
Then start learning. This code is simply creating a class with some methods, i.e. functions
I know the language. I've read a book. - _Madmatt
-
hi please... i try..... but i dont know java-script...... if someone can help me... i'll be grateful this: http://static.peace-love-freedom.net/js-itm/trunk/jsdoc/symbols/src/js-itm.js.html thank's in advance
See, Javascript is a client end language that runs in the browser, while C# is the code that runs in the server. Just put all the data you need in JSON format and send it using AJAX to a handler. You can also use hiddenfield or XML or by any means. Now from Server use the handler to parse JSON object and get the data. Read about AJAX and also start learning the basics of C#.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
Visit My Website-->**
-
hi please... i try..... but i dont know java-script...... if someone can help me... i'll be grateful this: http://static.peace-love-freedom.net/js-itm/trunk/jsdoc/symbols/src/js-itm.js.html thank's in advance