nicollasricas/YoFortune.OFX.Parser

MVC view issue

Opened this issue · 1 comments

Hi

I have tried to return data using a viewbag and viewdata, but when I upload the OFX file the view returned is blank. The project builds with no errors.

In controller
Controller.txt

In View
View.txt

OFX File
ofxdoc.txt

Hi

I see that I have made a mistake trying to use a viewbag or viewdata. Using your ViewModel and populating a table works perfectly.

Thank you for the great work.