Re: Click Save Button Event

  •  09-22-2005, 4:28 PM

    Re: Click Save Button Event

    Using VS2005, within the BUILD drop-down menu, I clicked on Build Website. After about 20 seconds the Error List appeared describing 4 errors. Each of the errors mentioned the the _sharedie.htm file. Apparantly this file did not become a part of my local copy of the website (The website is located on a remote webserver - a virtual domain called hybridrepair.com).
     
    For example, error #1 stated:
     
    DESCRIPTION:
    Could not find file 'C:\Documents and Settings\John Happy III\Local Settings\Temp\VWDWebCache\www.hybridrepair.com\CuteSoft_Client\CuteEditor\_sharedie.htm'.
     
    FILE:
    Tag_Table.ascx
     
    LINE:
    101
     
    Error #2 had the same description and:
     
    FILE:
    Tag_InsertTable.ascx
     
    LINE:
    173
     
    Error #3 had the same description and:
     
    FILE:
    Tag_TD.ascx
     
    LINE
    71
     
    Error #4 had the same description and:
     
    FILE:
    Tag_TR.ascx
     
    LINE:
    71
     
    After the build was finished I browsed to the capture_save_button_click.aspx page but did not see the changes I made to the codebehind file.
View Complete Thread