| Author: ANIL PANDEY 01 Aug 2008 | Member Level: Diamond | Rating: Points: 5 |
hi,
I think while redirecting the page to some where else it is caught in a loop thats why it is giving the System.stack overflow error because while redirecting to some other page or in a loop the Current page values are stores in stack so that after returning it can resume executing from where it has been called....
SO in other page load check for a condition where might be a looping condition.
Thanks Anil Kumar
Thanks & Regards Anil Kumar Pandey
|
| Author: Varshan 01 Aug 2008 | Member Level: Bronze | Rating: Points: 3 |
Hi Anil,
Thanks fo your suggestion, it worked. In this case, I was calling a function to fill a GridView in the page load.... which was the cause for the exception. Now how do i fill the DG during the page Load?
Thanks Varshan
|