Pagemethods get cached


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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.

Report this snippet


Comments


You need to login to view comments.