http://www.codeproject.com/KB/grid/PersistentDataGridView.aspx

Thursday, April 28th, 2011

Thursday, April 28th, 2011

Visual Studio bug

If you run into the situatoin that Visual Studio ignores the proxy class generation when you try to update the service reference, you need to start Visual Studio with the argument: /ResetSkipPkgs. It doesn’t hurt if you always use this argument to start Visual Studio, unless you have some particular packages that you want to exclude when using Visual Studio.

To always start Visual Studio using this argument, modify your Visual Studio shortcut and append the argument at the end of the target line, e.g. “C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe” /ResetSkipPkgs. Note, the argument has to be outside of the double quotes.

Content Header Attachment

Monday, December 13th, 2010

To diable browser play the content automatically, you need to add the following code to your response code: Response.AddHeader(“Content-Disposition”, “attachment; filename=” & FileName)

Hello world!

Wednesday, December 1st, 2010

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!