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 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.