Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
are you required to dispose the control?
are you required to dispose the control?
10-09-2009, 2:41 PM
jpchatt
Joined on 06-25-2009
Posts 45
are you required to dispose the control?
Reply
Quote
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