It seems to me that I could use ECMAScript from within a user control or a visual web part, but which is the more efficient in terms of resource use, speed etc?
|
User controls must be compiled before use, which adds to the load time while WebParts are precompiled ones and are faster. But you may use delegate control which resides in the |
|||||||||||||
|