LinkButton's tooltip attributeAAmol15yAsked Aug 20, 2011, 2:48 AM2.6k.NETLinkButton's tooltip attribute doesn't render the data pass into it. <%#Eval("Title")%> any help appreciatedmany thanks...
Jiteendra Sampathirao15y agoPosted Aug 20, 2011, 3:31 AMHi,try this amol,ToolTip toolTip1 = new ToolTip();toolTip1.SetToolTip(this.LinkButton1, "Hiiiiiiiiiiiii");hope this help you............
Jiteendra SampathiraoPosted Aug 20, 2011, 3:31 AM
try this amol,
toolTip1.SetToolTip(this.LinkButton1, "Hiiiiiiiiiiiii");
hope this help you............