normally we do caching of display method for the performance issue
best thing we can do is
we can simple write on every display method top
as
[SysClientCacheDataMethodAttribute(true)]
that's it rest of things will be taken care..
no need to add cache method in form data source and normally try to write the display emthods on the tables rather than writing on the form level.
No comments:
Post a Comment