Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two web forms in my application Loginpage and DefaultPage, Webservice is firing good when i directly run Default page but it is not firing after Login page to Default Page. (Webservice should work after loginpage to Default page ..Default page having Ajax Script to call webservice).....Please help me ...Thank you

What I have tried:

I tried Many alternatives but i didn't get any solution
Posted
Comments
Suvendu Shekhar Giri 9-Jun-16 3:09am    
What do you mean by "not firing"?
Have you done any unit testing for the webservice?
Any error? Any luck with debugging/tracing?
Member 12116400 9-Jun-16 3:16am    
I mean calling ........Navigation from one page to another page web service is not calling
Vijay Dodmani 9-Jun-16 7:42am    
Let me guess, Web service is working on one page but not working on another page, right? So have you registered the webservice client in another page? try to register webservice and then call a method of webservice. I hope it'll work. All the best

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900