<input id="Button1" type="button" value="button" /> <input id="Text1" type="text" /> <img alt="" src="" id="img1" />
Button1.Attributes["tittle"] = "i am button"; Text1.Attributes["tittle"] = "i am text"; img1.Attributes["tittle"] = "i am image";
runat="server"
Button1.Attributes.Add("title", "I am a button")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)