Persist FileUpload Control Value

前端 未结 3 1187
渐次进展
渐次进展 2020-11-30 10:21

I have asp.net FileUpload control inside an update panel. When I click upload button, I am reading the file for some code, if code not found then I am showing ModalPopup for

3条回答
  •  攒了一身酷
    2020-11-30 11:16

    This problem is somewhat well documented, the update panel is listed as not working with certain controls.

    File upload, and tree view being 2 of the biggies.

    To make it work you should use Triggers/PostbackTrigger

    
      
        
        
        
      
    
      
        
      
    
    

提交回复
热议问题