Custom control inside UpdatePanel throws warning
-
Hi, I have a custom control inside update panel. when i debug the solution there is a warning as "object not found" what could be the reason? Thanks
Best Regards, Mini Thomas
-
Hi, I have a custom control inside update panel. when i debug the solution there is a warning as "object not found" what could be the reason? Thanks
Best Regards, Mini Thomas
miniThomas wrote:
"object not found"
Check your code. Put break point. Debug it. Check in which line it throws the error. It clearly says that the object that you are using is not found.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
miniThomas wrote:
"object not found"
Check your code. Put break point. Debug it. Check in which line it throws the error. It clearly says that the object that you are using is not found.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Hi, When I debug the solution there is an error in Script resource file. It shows some bad data at runtime. Unable to figure out the error. Thanks
Best Regards, Mini Thomas