Asp Script

Asp Script ve Kodlar

Asp Session kullanımına bir örnek diyelimki bir resim ekleme yapacağız fakat resim yok dosya boş geçecek ama vt ye fotoyok.gif olarak yazacak tabi kayıt çağrıldığı zamanda foto yok gigi çalışacak Read the rest of this entry »

Asp de listemeye bir örnek olarak sayfa numarası ileri geri şekilde kodlanmı kodları sayfalama.asp olarak yada dosya ismini siz verin veri tabanı yolunu belirtmeyi unutmayın
 

Read the rest of this entry »

asp sayfanız için tarih kodu Read the rest of this entry »

session üye id kayıt  ile kayıt çağırma şekli

set rs = Server.CreateObject("ADODB.RecordSet")
rs.open "SELECT * FROM uyeler WHERE uyeid=" & session("uyeid") , conn , 1 , 3
rs("isim") = isim Read the rest of this entry »

change checkbox style  tanımalam
<style>
input.lay100 {width:180px;
height:25px; Read the rest of this entry »