PW de form içinden form açma

ITypes newRow=grdKALEMLER.AddRow(); FormDialog cs= new FormDialog("COST_CLAIM_FORM",newRow,GridStates.New); cs.LoadComplete=((sender1,evnt)=> {}); cs.Resize(500,450); cs.Header="İngilizce Masraf Giriş Yeri"; cs.ShowDialog();   ... Read More

JS türkçeyi ingiliceye çeviren seo

<script> $(document).ready(function(e) { $("#username").keyup(function() { str = $(this).val(); str =replaceSpecialChars(str); str=str.toLowerCase(); function replaceSpecialChars(str) { var specialChars = [["ş", "s"], ["ğ", ... Read More

CsvExport

A very simple CSV-export tool for C#, code ispired by a thread at Stackoverflow, (C) Chris Hulbert This was previously ... Read More