Kayıtlar

Eylül, 2020 tarihine ait yayınlar gösteriliyor

.net Core Mvc Select Listesine birden fazla alanı birleştirip göndermek

ViewData[mrt_MusteriId" ] = new SelectList(( from s in data select new { MusteriId = s.MusteriId, FullName = s.adi + " " + s.soyadi }), "MusteriId" , "FullName" , null);