UploadBox in GridView

I have an UploadBox inside a gridview. Also inside that gridview is a save button. I am trying to set the trigger on the Uploadbox to that save button, but I can't seem to find the right thing. I have tried using the save button id as well as the grid id. How do I do this? Here is my code:







CausesValidation="false" />






1 Reply

RP Rekha P Syncfusion Team October 31, 2008 12:15 PM UTC

Hi Kathy,

Thank you for your interest in Syncfusion Products.

Thank you for the code.In order to set the types of files to be prevented from being uploaded using the ExtentionsDeny property, the file types should be delimited by semicolon. In the sample code it has been delimited by comma , so please refer the below code snippet to achieve successful uploading,


Also please refer the below link for sample files,
http://websamples.syncfusion.com/samples/Tools.Web/F77419-UploadBox-GridView.zip

Please let me know if this sample helps you.

Thanks,
Rekha


Loader.
Up arrow icon