Home2009February14FACTS FACTS Posted on February 14, 2009 by teliaz Did you know? Did You Know? from Amybeth on Vimeo.
Css trick – Preload images [sourcecode lang=”CSS”] #preloadedimages { width: 0px; height: 0px; background-image: url(‘path/to/image1.png’); background-image: url(‘path/to/image2.png’); background-image: url(‘path/to/image3.png’); } [/sourcecode] You dont even have…
Powerfull Paging with Stored Procedure Lets consider a simple table called employee( emp_id, name, salary). Now, suppose that we need to create a gridview with…
A textarea with maximum characters allowed Add this script Add the TextArea Add this to display the remaining chars