Jagadish's profileJagadish Pulakhandam'sPhotosBlogListsMore Tools Help

Blog


    January 29

    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 executables or even other files from any folder) to the destination folders automatically for every successful build.

    Here is how it can be accomplished (using Project Properties).

    Visual Studio Project Settings for Copying DLLs automatically

    Any DOS command, Executable tools or even Batch files (.bat) are accepted as part of command line.

    Hope it helps...

    thanks

    Jag

    January 02

    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:
     
     
     
    thanks
    Jag