I have to find the IDs of all the contentPlaceHolders in a MasterPage.
|
|
Iterate through all Controls and recursively through their subcontrols and check the type and if they are contentplaceholders you have the ID. |
||||
|
|
|
Just query the VB code: (Sorry!)
|
|||
|
|
|
try:
In the code behind of your page, and replace MasterPageType with the type of your master page |
||
|
|
