/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
When debugging an ASP.NET page with PageMethods, Visual Studio will cache the result of the PageMethod. So you have to do a clean/rebuild of the solution every time you make any code changes to the PageMethod.