Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using msApp.block in my website , index page is running, but when i click on link to show data in DETAIL.aspx page in Datalist_ ItemDataBound it showing error " An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll "
please help ....
Posted
Comments
Maarten Kools 15-Feb-14 1:36am    
Post the relevant bit of code please.

1 solution

Looks like there is something going wrong on the details page.
Go through your code and check if you are running a loop that never ends.
 
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