TITLE-Attribute - how to set?

  • Thread starter Thread starter Axel Dahmen
  • Start date Start date
A

Axel Dahmen

Hi,

I want to add a TITLE attribute to some asp:... controls. How can I do that
from my code-behind file?

TIA,
Axel Dahmen
 
Hi,
myButton.Attributes["title"] = "MyTitle";

should do the work i guess.

Regards,
Arun Prakash. B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top