21 Aralık 2014 Pazar

DropDownList üst kategori null seçtirme

    @Html.DropDownList("ParentId", null,"Üst kategori seçin", htmlAttributes: new { @class = "form-control" })

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...