Profitable in terms of performance
it is better to declare instances of Webservice objects as static, since .asmx webservice classes only have static methods.
what i want is that i declare and instantiate the asmx class for the webservice as static in the aspx Page Behind Class.
and on every event call on this page, I can perform the operation against the webservice methods.
is it useful from a performance standpoint?
thanks
Osama
+2
a source to share