开发者

How to read C# method output from javascript?

开发者 https://www.devze.com 2022-12-26 06:03 出处:网络
I have a C# class method that return a xml document no开发者_开发百科t file. How to read C# method output from javascript???

I have a C# class method that return a xml document no开发者_开发百科t file. How to read C# method output from javascript??? I don't wont to use script manager.

Any ideas?


A similar Question was asked in this thread

call a vb.net subrouting from a javascript function?

In ajax you can use jQuery, very simple to use if you don't want to use script manager.


You need to be more specific. Are you creating a control that has client functionality or you just need to expose the XML on the client? In the first case you can pass it through a script descriptor, in the second, you can use a web service and call it from javascript. Please provide more details.

0

精彩评论

暂无评论...
验证码 换一张
取 消