How do you call server methods?
Is it page method?
If it is web service method you should add EnableSession = True to it so it will look
like this:
[WebMethod(EnableSession = true)]
It is just a normal page method (i.e. without Ajax, it will postback), it is not web service. Any idea?
No comments:
Post a Comment