public partial class frmQuestionSections : MicroFour.StrataFrame.UI.Windows.Forms.StandardForm{
public frmQuestionSections(){
InitializeComponent();
questionSections1.FillAll();}
private void questionSections1_SetDefaultValues(){
questionSections1.BeneficiaryQuestionSectionID = Guid.NewGuid();}
}
As you can see the above code snippet keeps bombarding the same stored procedure for n times and finally throws stack overflow after 20 mins.
I have attached the debug.html file. You can see by yourself. I do not know why.
Please help me.
IF THAT IS THE CASE THEN IT SEEMS THAT WE SHOULD NOT HAVE SET NOACCOUNT ON
THANKS FOR YOUR REPLY