<input type=”checkbox” name=”idler” id=”@item.EmployeeId” value=”@item.EmployeeId”/> <input id=”Submit1″ type=”submit” value=”Sil” /> [HttpPost] public ActionResult ListedeDelete(IEnumerable<int> idler) { var sm = new sampleEntities(); sm.employeeTB.Where(a=> idler.Contains(a.EmployeeId)).ToList().ForEach(b=>sm.employeeTB.Remove(b)); sm.SaveChanges(); return RedirectToAction(“Listele”); } kaynak:http://www.fcakiroglu.com/asp-net-mvc-toplu-silmepratik-bir-sekilde.html
Kategori: Genel
excel şifre aç
Sub SifreAc() Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As Integer, i2 As Integer, i3 As Integer Dim i4 As Integer, i5 As Integer, i6 As Integer On Error Resume Next For i = 65…
WordPress yorum toplu silme
DELETE FROM `wp_comments` WHERE comment_author_url != “”
Visual Studio 2017 Enterprise & Professional key
Visual Studio 2017 Enterprise & Professional Enterprise: NJVYC-BMHX2-G77MM-4XJMR-6Q8QF Professional: KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
form güvenliği Mvc
https://www.codeproject.com/Articles/1116318/Points-to-Secure-Your-ASP-NET-MVC-Applications