Sign in | Join
Last post 06-04-2009 1:14 AM by lokendrard. 5 replies.
Sort Posts: Oldest to newest Newest to oldest
I have downloaded ajax.dll and using in my application
it is working fine
but sometime it is not calling server funtion and returns null
any suggestions
but sometime it is not calling server function giving bellow error
[Nullreference exception] object reference not set to an instanct of an objectAjax.AjaxRequestProcessor.Rub() +714Ajax.AjaxHandler.ProcessRequest(HttpContext Context) _35
Which website template are you using? Is it an Ajax-Enabled website?
it is normal web application in which i am using ajax.dll as reference
it is working fine.
If i wait for sometime and then call ajaxmethod then it is giving problem
it is not able to connect to the server
Hi Friend i have solution of this problem when ever you are calling a server function with the help of Ajax then your function contain error like if your are calling data from sq l then might be some field return the null values that's why your are getting this error.
Lokendra