Tagged Questions

3
votes
1answer
807 views

Set ContentPlaceHolder data through code ASP.NET

Is it possible to set the data in a ContentPlaceHolder through code? This is what I am thinking of: dim oCPH as new ContentPlaceHolder oCPH.id = "column1" 'this id is the one that corresponds with …
0
votes
3answers
98 views

How can I apply this to a contentPlaceHolder in ASP.net?

#control { position: absolute; right: 0px; top: 0px; }
0
votes
3answers
1k 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?