Antrium A35D

Bir sonraki için en iyisini yap...

Nisan 2024 Arşivi

using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user

using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user

using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user 

Yukarıdaki hatayı alıyorsanız ve Tüm bilgilerin doğru olduğundan eminseniz.

C Panele giriş Yapıp;

Devamı →
Fancybox Close and reload, Fancybox  Kapanınca Sayfa yenileme + BONUS

Fancybox Close and reload, Fancybox Kapanınca Sayfa yenileme + BONUS

Fancybox 5 Close and reload

Aşağıdaki Java script kodu işimizi görecektir.

 

Devamı →
Jquery join(', ') ile Array Dizesini Sitring e dönüştürmek , jquery array

Jquery join(', ') ile Array Dizesini Sitring e dönüştürmek , jquery array

Jquery kodlarımız Aşağıdaki gibidir.

1.Aşama

            var chkEhliyetOlanAraclarValues = [];
            $('input[name="chkEhliyetOlanAraclar"]:checked').each(function (index, elem) {
                chkEhliyetOlanAraclarValues.push($(elem).val());
            });

Devamı →

web.config static redirect , web.config statik yönlendirme

Static redirect kodumuz;

   <location path="pdf/sugarcocktailbarmenu.pdf">
     <system.webServer>
       <httpRedirect enabled="true" destination="https://menu.sugarcoctailbar.com" httpResponseStatus="Permanent" />
     </system.webServer>
   </location>

Devamı →
Radio button value returns undefined, Jquery Radio Buton Seçiniz Uyarısı

Radio button value returns undefined, Jquery Radio Buton Seçiniz Uyarısı

HTML BÖLÜMÜ;

  <div class="col-md-12 ebr74">
      <label>Cinsiyet<span class="text-danger">*</span></label><br />
      <input type="radio" name="cinsiyet" value="Kadın"><label>Kadın</label><br>
      <input type="radio" name="cinsiyet" value="Erkek"><label>Erkek</label><br>
  </div>

Doğrulama İçin Kullanılacak Fonksiyonumuz.

if (!radioCheck('cinsiyet')) { alert('Cinsiyet Seçiniz'); return false; }

 

Aşağıdaki Fonksiyonumuz;

Devamı →
LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression hatası Linq sorgusunda değişken bazlı kullanmanız gerektiğini bildirir.

Hata alan kodumuz;


Where(p => p.pid == dty.pid && p.kat == kt2[katIndex + 1].konu

Hatayı çözmek için ;

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms