by admin | Jun 13, 2016 | ASP.Net, C# .Net
[:en]Scenario In your SQL database table, you have e.g. a foreign key relation – a nullable column of one table references another table which contains the items for your DropDownList (HTML Select). But by default, Html.DropDownListFor() does not have an option...
by admin | Jun 1, 2016 | ASP.Net
[:en]Scenario You have an SQL datatable which contains a BLOB column to save images direcly in your DB as binary and want to show the images on your website. Solution Create your EntityFramework and Controller with the common wizards and methods. Because you cannot...