Click here to Skip to main content
15,898,134 members

Comments by Todor Iliev (Top 10 by date)

Todor Iliev 20-May-20 11:17am View    
Thanks, it worked with the Cache object.
Todor Iliev 11-May-20 14:28pm View    
I'm pretty new to this stuff. So the static approach obviously worked, but I'll try your second solution for a better quality of the code. Thanks a lot !
Todor Iliev 5-May-20 9:13am View    
Nevermind i just found my problem.I wasn't really aware of how the folder structure works in ASP.NET. Apparently it had a View called "Index" originally initialized, so it was referencing to the wrong View.
Todor Iliev 5-May-20 9:13am View    
Ok, so you were right.I just found my problem. I wasn't really aware of how the folder structure works in ASP.NET. Apparently it had a View called "Index" originally initialized, so it was referencing to the wrong View.
Todor Iliev 5-May-20 8:48am View    
Its highliting Model specifically. My "BookingModel" is in the folder "Models", "BookingController" is in the folder "Controllers" and my "Index" is in folder "Views"