21 October 2009

Prevent Copy paste

You can prevent copy, paste and cut using this for controls like textbox

oncopy="return false" onpaste="return false" oncut="return false"

Prevent Copy paste

You can prevent copy, paste and cut using this for controls like textbox

oncopy="return false" onpaste="return false" oncut="return false"