admin

Asp.NET Webform snippets

// KAYIT KONTROL var SablonAra = (from x in db.VY_Sablonlar where x.unvan == drpUnvan.SelectedItem.Text && x.bolum == drpBolum.SelectedItem.Text select x); ... Read More

CK Editor Config Örneği

CKEDITOR.replace('GorusulenKonular', { // Define the toolbar: https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_toolbar // The full preset from CDN which we used as a base provides ... Read More