i m using a third party upload control and there r few settings in web.config
<uploadSettings allowedFileExtensions=".pdf,.xls,.doc,.zip,.rar,.jpg" scriptPath="upload_scripts" imagePath="" cssPath="upload_styles" enableManualProcessing="true" showProgressBar="true" showCancelButton="true"/>
now i want to change these settings from code behind e.g i want to make showcancelbutton="false"
how do i do that