-
Hide Microsoft AJAX Modal Popup Extender from Javascript
There are many cases where you may want to add multiple buttons to hide or show the MS AJAX modal popup extender dialog. You also may want to intercept close and show events with javascript to do other functionality prior to modal load and following modal close, such as clearing the content of RIA content…
-
Get application install path in C#
This path is stored in the registry under a string value named InstallLocation. The actual registry path varies depending on the installer. MSI / Windows Installer Project: InstallShield and Wise: References http://social.msdn.microsoft.com/Forums/en/winformssetup/thread/fe4e31b9-2eee-45db-a30e-119f87d9df4d
-
MIME Types
By Type: Type/sub-type Extension application/envoy evy application/fractals fif application/futuresplash spl application/hta hta application/internet-property-stream acx application/mac-binhex40 hqx application/msword doc application/msword dot application/octet-stream * application/octet-stream bin application/octet-stream class application/octet-stream dms application/octet-stream exe application/octet-stream lha application/octet-stream lzh application/oda oda application/olescript axs application/pdf pdf application/pics-rules prf application/pkcs10 p10 application/pkix-crl crl application/postscript ai application/postscript eps application/postscript ps application/rtf rtf application/set-payment-initiation…
-
Impersonation with Network Credentials in C# .Net
(Mostly) unmodified code, courtesy of Phil Harding (see references below for original post). References http://platinumdogs.wordpress.com/2008/10/30/net-c-impersonation-with-network-credentials/
