This may be due to many reasons:
1. calling databind() inside the databound() method
2. Trying to access a property inside the same property
Example public int i
{ get{
i=i*10;
return i;
}
}
If it is happening for a particular page, then there is a loop in your code.
If you send the code, it is easy for me to find.
Thanks,
Arunkumar
MARK AS ANSWER IF IT IS USEFUL