Hi,
I am using file upload control to upload file i want to add tool tip for it how can i ? can anyone help on this?
<asp:FileUpload ID="upLoadDocument" runat="server" ToolTip="Please select Document" />
I have checked it is working fine.also refer below link
http://stackoverflow.com/questions/31192645/bootstrap-tooltip-on-filestyle-input-element
I got it just want to add title in place of tooltip
<asp:FileUpload ID="upLoadDocument" runat="server" title="Please select Document" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.