Forum: C# Jan 31st, 2008 |
| Replies: 3 Views: 3,775 Hi,
You can use a simple javascript method to clear the clipboard content at a regular interval.
Hope this will help ..
function fnBlockPrintScreen()
{
... |
Forum: C# Jan 21st, 2008 |
| Replies: 0 Views: 2,114 Hi All,
I have been trying to find out how to hide the save button in a file download dialog box in a aspx page.I open the attachment like this :
byte[] byteFileContent =... |