Re: Updating webpage after upload has completed

  •  10-02-2009, 10:54 AM

    Re: Updating webpage after upload has completed

    Hi jpchatt,
     
    I set it in the Page_Load method like:
     
            If Not IsPostBack Then
                btnButton.Visible = False
            End If
     
     
View Complete Thread