Skip to content

Category Archives: Programming/Code

Forcing Download on Web page

01-Jul-06

Here I’m explaining how to create a webpage that offers download on button click event, instead of showing a direct link to the download file. The following C# piece of code when inserted in button click event on ASP.net web page, gives you an effect of dynamic download, hiding download URL. HTTP requests and responses [...]

Outlook Hack : Empty subject warning

20-Jan-06

How many times you have forgot to write subject of emails you sent through Outlook?? The biggest blunder is Outlook doesn’t show any warning ! Here is a hack/macro for it. Steps: Open your outlook Press Alt+F11. This open the Visual Basic editor On the Left Pane, one can see “Microsoft Outlook Objects”, expand this. [...]