Cuma , Mayıs 3 2024

Daily Archives: 30/11/2016

Sayfa Yükleniyor

<body> tagından sonda aşağıdaki kodu attık <div class=”loader”></div>   Css Dosyamızın içine veya head tagları arasına aşağıdaki kodu atıyoruz   <style type=”text/css”> .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(‘/images/page-loader.gif’) 50% 50% no-repeat rgb(249,249,249); } </style>   </head> tagından önde aşağıdaki konu …

Devamını oku »

ASP.net sayfalarda safya yüklenme süresi

A little heads up, this solution will not work if you have an ASP.Net AJAX UpdatePanel on your page. The javascript which is loaded by ASP.Net AJAX will throw an error. Of course you’re better off throwing out ASP.Net AJAX and just use plain AJAX calls. But if that’s not …

Devamını oku »