Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ajax calendor in my web page, when i run page it shows me error like " Stack overflow at line 1706" i tried using debugger but it doesnt show me any error in page , please help me how to resolve this error
Posted

1 solution

Stack overflow means you went into an infinite loop somewhere. Check for potential places in your code for the same.

About saying line 1706, if it's showing on client side then it is somehow related to some script in aspx. If on server side, then one should be able to see/get it on debugging.

Might be the AJAX Calendar script has issues. You need to troubleshoot - remove calendar, or any other component to find the root cause and then try to fix it. May be old AJAX controls you have.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900