FileUploader user control chapter 5
Hi guys,
On page 248 of Chapter 5 we have the fileuploader.ascx user control file. The Page_Load event handler at the bottom of the page throws a new SecurityException if the user isn't authenticated (so they aren't allowed to upload a file) but it doesn't show you where this exception is being caught and handled. So where is it being caught and handled? Please help.
Thanks
|