Broorypemenoulp
New Member
I have this FileUpload control.\[code\]<asp:FileUpload ID="FileUp1" runat="server"/>\[/code\]Code below is what i used but not working. When I try \[code\].val("")\[/code\] to a TextBox, it is fine. \[code\]$('#<%=FileUp1.ClientID %>').val("");\[/code\]