コードを介してContentPlaceHolderにデータを設定することは可能ですか?これは私が考えていることです:
dim oCPH as new ContentPlaceHolder
oCPH.id = "column1" 'this id is the one that corresponds with the ID I set on the page
oCPH.content = "content here" '<-- not real code
明らかにそれは正しい構文ではありませんが、これが私が求めていることを明確にすることを願っています。