How to add onload property to masterpage from child
HtmlGenericControl body = (HtmlGenericControl)Master.FindControl("bodyTag");
body.Attributes.Add("onload", "doOnLoad();");
I want to drink a coffee :-)
Sponsored Links