Saturday, December 19, 2009

How to add validations to a FileUpload control in c#

I found a great article that demonstrates how to validate a File Upload control in APS.net.Here we can use simple asp.net required field validators & regular expression validators easily to filter file formats.

The following article gives an excellent demostration.

http://msdn.microsoft.com/en-us/library/aa478971.aspx

No comments: