Hi guys,
I have this working trick with me.
To disable the textbox in HTML/ asp:FileUpload control, just add the following attribute with it:
contenteditable="false"
This attribute is not visible in the list, but it is working.
Hi guys,
I have this working trick with me.
To disable the textbox in HTML/ asp:FileUpload control, just add the following attribute with it:
contenteditable="false"
This attribute is not visible in the list, but it is working.
Comments
Post a Comment