"Title" property of a WebPart
How to set the "Title" property of a WebPart ? I don't see this property in the Properties Inspector. I must add it directly in the source :
<asp:Label ID="Label1" runat="server" Text="Label" Title="Le mot du jour"></asp:Label>
VS says : attribute "Title" is not a valid attribute of element "Label"
but i have no execution error. Of what element is the attribute "Title" ?
Thanks for your help
Michel Futtersack
|