Tagged Questions
0
votes
3answers
3k views
Set ASP:ContentPlaceHolder Content Programatically
What is the easiest way to set the contents of an <asp:ContentPlaceHolder> programatically? I imagine ill have to do a Master.FindControl call?