Fileupload question?
I want to check whether the file upload control has any file or not because I want to do the validation on it. How ca开发者_Go百科n I do it?
You can check the HasFile property on the fileupload control:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.fileupload.hasfile.aspx
精彩评论