1
vote
Invoking WCF Service through Javascript
By using XMLHTTP you ARE using ajax.
There's a full example here:
jQuery AJAX calls to a WCF REST Service …
0
votes
Invoking WCF Service through Javascript
Look at the code on the link that I have sent before. Sure U can implement it yourself but it well be a huge effort duplication.
First, your WCF service must have:
[AspNetCo …
2
votes
To YUI or not to YUI?
I've switched over Jquery recently, and the boost in productivity is noticiable.
YUI does have better docs, but it will break compatibility on 3.0.
Leave your legacy code on yui, a …
0
votes
Using javascript to set value of hidden field then access value from serverside c# code
Are you submitting the form?
…
