I want my File upload control as read only, so that no one can edit file upload text box. However I could select file using browse button. Write code
<asp:fileupload id="FileUpload1" runat="server" onkeydown="javascript:return false;" xmlns:asp="#unknown" />
No comments:
Post a Comment