Repeater2.DataSource = db.isci_sicil.SqlQuery("select * from isci_sicil where aktif_pasif='AKTIF' and sicil_no not in (select sicil_no from isci_tahak where tah_yil="+ tYil.ToString() + ... Read More
Example for URL http://www.example.com/index.html?hello=bonjour&goodevening=bonsoir var hash = getUrlVars(); alert(hash[‘hello’]); // prints ‘bonjour’ alert(hash[‘goodevening’]); // prints ‘bonsoir’ // Read a page's ... Read More