值不能为空。参数名称:controlId [英] Value cannot be null. Parameter name: controlId

查看:139
本文介绍了值不能为空。参数名称:controlId的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,



我正在使用 ajax asyncFileUpload 控制将图像保存到数据库,同时保存图像工作正常,但是从DB中检索图像后如果我再次选择其他图像试图保存它

显示以下异常 OnUploadedComplete 活动。



请建议我解决这个问题。

Hi, Friends,

I am using ajax asyncFileUpload control to save images to database, while saving it is workig fine, but after retrieving the images from DB and if I again select other images trying to save it
is showing the following exception in OnUploadedComplete event.

Please suggest me in resolving this problem.

protected void IDProof1AsyncFileUpload_OnUploadedComplete(object sender, AsyncFileUploadEventArgs e)
Line 133:        {
Line 134:            if (IDProof1AsyncFileUpload.HasFile)
Line 135:            {
Line 136:                string sUploadedPath = "../../Generated_Reports/";









已添加标签。

[/编辑]

推荐答案

这篇关于值不能为空。参数名称:controlId的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆