Hi All, I am working on webservice with ling + store procedure. i dont know the exact way of implementing all these threee webservice+linq+store procedure I tried many ways to implement nothing worked out as i expected. What i need to do is i need to create a web service [webMethod] where it has store procedure with parameters?. And i need another web service[WebMethod]which has typed dataset and i need to fill values from database and show that inside a grid or any other control which are bindable.
Read More...