using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; public partial class gallery : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ((HtmlAnchor)Master.FindControl("surgery")).Attributes.Add("style", "padding-left:10px;padding-right:10px;font-family:arial;text-decoration:none;display:inline-block;height:35px;line-height:35px;color:#0088b9;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:5px;background-color:white"); } }