正则表达式验证器在FileBackloadControl的POS

正则表达式验证器在FileBackloadControl的POS

本文介绍了正则表达式验证器在FileBackloadControl的POSTBACK上给出错误.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我正在使用fileupload控件保存文件的路径.
PostBack之后,由于文件上传控件的属性,路径消失了.但是与fileupload控件关联的正则表达式验证器在回发后会在PageLOad上显示错误.

谁能帮我.

非常感谢您,

================================================== ===
Kishor Kadam

================================================== ====

Hi All,
I am saving the path of the file using fileupload control.
After PostBack,the path disappears as due to the property of fileupload control. But the regular expression validator that is associated with the fileupload control displays the error on PageLOad after postback.

Can anyone help me .

Thank you very much in Advance,

=====================================================
Kishor Kadam

======================================================

推荐答案


这篇关于正则表达式验证器在FileBackloadControl的POSTBACK上给出错误.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 03:24