are you required to dispose the control?

  •  10-09-2009, 2:41 PM

    are you required to dispose the control?

     say you have:
    <CuteWebUI:UploadPersistedFile ID="Uploader1" runat="server"  />

    and in the code behind you do:
    Uploader1.CopyTo(uploadingFile.filePath);

    are you then required to do:
    Uploader1.Dispose();



    ???????????????????
View Complete Thread