Monthly Archives: January 2008

TIP: Copying DLLs automatically on every successful solution build

Hi, During a multi project/solution development, we would always copy DLLs or other executables from source folder to destination folder on every successful build.  We can configure our Visual Studio Project in such a way that it copies DLLs (or … Continue reading

Posted in Misc | Leave a comment

Opening a Popup and refreshing parent (when closed) using ASP.NET

The following is the source code which demonstrates the opening of a popup (from gridview), adding/editing a record in popup and finally refresh the parent window upon closing the popup using ASP.NET:     http://cid-41050f68f010a662.skydrive.live.com/embedrowdetail.aspx/Public/SourceFilesForBlog/Misc/PopupTest.zip   thanks Jag

Posted in ASP.NET | Tagged , | Leave a comment