Можно ли установить данные в 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
Очевидно, что это неправильный синтаксис, я надеюсь, что это проясняет то, что я спрашиваю.