First we have to create a webapplication and add to it Ajax enabled WCF service.
Change default DoWork method to accept parameter
[OperationContract]
public string DoWork(string userName)
{
[...]
|
||||||
|
First we have to create a webapplication and add to it Ajax enabled WCF service. Change default DoWork method to accept parameter [OperationContract] |
||||||
|
Copyright © 2010 Alexander Shapovalov - All Rights Reserved |
||||||