November Happy Hour will be moved to Thursday December 5th.
H Guys,
i want to tetrieve forms submission data,ger eis my code
List submittedData;
submittedData = _formDataRepository.GetSubmissionData( new FormIdentity(info.FormGuid, currentPage.Language.Name), DateTime.Now.AddDays(-100), DateTime.Now).ToList();
Here the submittedData list retrieve zero records,can anyone help me out of this.
Thanks,
Kartheek
Hi, Kartheek,
You can check the code in my blogpost and see if it works.
BR,Marija
Ah, I can see you got the answer here.
H Guys,
i want to tetrieve forms submission data,ger eis my code
List submittedData;
submittedData = _formDataRepository.GetSubmissionData(
new FormIdentity(info.FormGuid, currentPage.Language.Name),
DateTime.Now.AddDays(-100),
DateTime.Now).ToList();
Here the submittedData list retrieve zero records,can anyone help me out of this.
Thanks,
Kartheek