I am wondering if it is possible to create a tooltip for gridview header
text?
if so, is it possible to set it to have mutli-line? I tried to do it on the
ASPX page,
but it does not seems to work.
Many thanks
Chi
I think it does not work as well. It just read it as a space : (
Any idea?
Many thanks
Chi
<v-wy...@prcvap.microsoft.com> wrote in message
news:32d4e346-93a0-4fe0...@ms.shabap01.publicpsswebcat...
Here it is the code that I did for the label
<asp:Label ID="lbl_CPPW" runat="server" ToolTip="abc \n bce"
Text="yeaheyaheyayaw"/>
Do you think the problem I have is because I do all the thing in asp tag?
Thanks very much for your help.
Many thanks
Chi
<v-wy...@prcvap.microsoft.com> wrote in message
news:c3684741-fe9a-40ef...@ms.shabap01.publicpsswebcat...
Sorry about reply late, Thanks for your information. It works perfectly.
Thanks very much for your help.
Chi
<v-wy...@prcvap.microsoft.com> wrote in message
news:5e766e24-adba-4b75...@ms.shabap01.publicpsswebcat...
ToolTip='<%# String.Format("The order to display{0}the field in the form",
System.Environment.NewLine) %>'