div positioning

http://www.barelyfitz.com/screencast/html-training/css/positioning/

Yeni Nesil Veri Programlama Modeli (ADO.NET 3.5)

http://www.ahmetkaymaz.com/2008/02/28/orm-linq-object-relational-mapping-adonet-entity-framework/

3-tier Architecture with ASP.NET 2.0

http://msdn.microsoft.com/en-us/library/bb288041.aspx

Layering ASP.NET Application Code - By Dan Wahlin

http://www.aspnetpro.com/NewsletterArticle/2007/02/asp200702dw_l/asp200702dw_l.asp


http://www.xmlforasp.net/codebank/download/blog/video/N-Layer.wmv

ajaxcontroltoolkit ipuçları

slideshow'da imaj görüntülenemezse, title ve description da görüntülenemez.


sql dönen kayıt sayısını sınırlamak

Declare @RowCount int


IF @RowCount > 0
Set ROWCOUNT @RowCount

ORA-12560:TNS:PROTOKOL bağdaştırıcısı hatası

veritabanı yaratma sırasında bu hatayla karşılaştım. bazı forumlarda çözüm için bölgesel ayarları united states olarak değiştirmek öneriliyordu. değiştirdiğim halde olumlu sonuç alamayınca, yaratmak istediğim veritabınının adını kontrol ettim. adın içinde i harfi geçiyordu. bunu kaldırdığımda veritabanı yaratıldı. tabii ki bu geçici bir çözüm. ama oracle'a henüz giriş yapıyorum. bu nedenle bu sorunla oyalanmak istemedim.


javascript linki verme

<script type="text/javascript" src="xxx.js" />

doğru : chrome
hatalı : ff, ie7

<script type="text/javascript" src="xxx.js"></script>

doğru : chrome, ff, ie7


The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)

You have put script inside meta... you don't need to do so.
just put the javascript inside your aspx page only. but shift it inside body tag. Remove it from 
code behind. You need to put all the meta related information inside page_load. Don't forget to put .visible=true at the end of it.


from tayyube to youtube

c:\WINDOWS\system32\drivers\etc

dizinindeki hosts dosyasını notepad ile açıp, en sona
208.117.236.70 youtube.com
208.117.236.70 www.youtube.com
ekle.

search this blog (most likely not here)