User-281478363 posted
Thanks Kevin,
All I was looking out for was, I had created databases & had created views (aspx) & class's for each table (normal class) files. So was looking for, using the modern technology how to link these class with DB & in views.
But as didn't receive any response from anywhere, so I just gave up and starting from scratch created the Models & Scafolded them.
Thanks for responding after so long also.
If possible, can you please assist me in these forms (I am stuck since long & can't get a solution on how to achieve it) :
http://www.c-sharpcorner.com/Forums/Thread/289353/
This is in regard to - I have a Model scafolded. In that model I have a property of type ImageUrl. In the scafolded form I am not able to make up how to add file upload, access it in the code behind & assign the file name to the property. I tried adding
FileUpload control on the form, but then I am not able to access it in the code behind. On adding the same FileUpload control out of formView, then I can access it & it works. But I want it in the form.
http://www.c-sharpcorner.com/Forums/Thread/290292/scalfolding-a-listltgt-property-in-a-model.aspx
This is in regards to - In a Model I have a property of List<OtherModel>. What I was looking is, in this model form, I have the OtherModel's list so can add the values in the list directly and things become more convinient rather than having other
link to add items in List<OtherModel>.
I know they are not of this forum, but if you can help would be great. If wanted, I will add that post here also and share you the link.
Please help me in the above issues, if possible.