Asp Script

Asp Script ve Kodlar

Yazımınızı yaparken asp checkbox kategori listeleme yada silme vs.. işlemi yaparken sık görünüm istiyorsanız
<% DbPath = Server.MapPath("veritabani" ) 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 »

asp checkbox kullanımınde form üzerine  checkbox oluşturmadan veriyerine kendi vt verinizi yazın kontrolu kolay olsun Read the rest of this entry »

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