Problem: Sometimes this error occurs due to the use of <input type="file"> control and make this control as "runat=server".
Solution: Delete this control and use <asp:FileUpload> control.
Posted On Wednesday, December 9, 2009 12:55 AM