Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
i have multiple user controls on my website which i turn into macros no problem there, but i want to loop through the page from one of my user controls to refrence the other user controls
i tried
foreach(Control c in Page.Controls)
but it didn't work
any idea how i can accomplish this
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
looping through user controls
i have multiple user controls on my website which i turn into macros no problem there, but i want to loop through the page from one of my user controls to refrence the other user controls
i tried
but it didn't work
any idea how i can accomplish this
is working on a reply...