Ask a Question related to ASP.NET General, Design and Development.
-
szabelin #1
System.Web.UI.HtmlControls.HtmlInputFile
Hello, all of a sudden my HtmlInputFile stopped working:
UploadedFile.PostedFile is always null. It used to work
before. Can anyone please suggest something? Thanks!
<input runat="server" ID="UploadedFile" type="file"
size="35" />
System.Web.UI.HtmlControls.HtmlInputFile UploadedFile;
szabelin Guest
-
Resetting the value of a System.Web.UI.HtmlControls.HtmlInputFile
I have a System.Web.UI.HtmlControls.HtmlInputFile control that I use to submit files. After the file is successfully submitted, I want the field to... -
HtmlInputFile
How can I can I get the FileName value from an HtmlInputFile control into a textbox? Both controls are in the same row of the datagrid and I'm... -
Programmatically using and adding htmlcontrols
I have a composite control which dynamically adds controls depending on how it is intialised from an XML file. This all works well with web... -
Why can't I make a custom control from System.Web.UI.HtmlControls.HtmlControl?
Scenario: I make a custom control, inheriting from System.Web.UI.HtmlControls.HtmlControl as follows: public class MyControl :... -
HELP - HtmlInputFile Server Control
the browser will not allow this feature for security reasons. the filname is readonly. you must supply an active/x control to support this feature....



Reply With Quote

