50
50
Nov 23, 2010
Hi
Since JQuery is used with web application, and when you call the WCF service from your presenter, you need to have overloaded method to support your web application, actually we had a similar situation where we get the data from the presenter as string(xml) , which in turn we parse at the jquery level and assign to the respective controls.
Other option may be to use update panel and use the regular server side code to assign to the respective control.
Regards
Sandip
50
50
Dec 03, 2010
So your idea was that I have to have 1 WCF overloaded method one of which works with ASP.NET and another with WinForms?