Am I able to update a custom control if I don't have access to the .NET
source code but only the .ascx file? I am suppose to update the content
displayed by said custom control but outside of the .ascx file I don't know
what is going on behind the scenes.
I've tried just copying and pasting some basic HTML into the control but the
page that loads the control doesn't reflect the changes. It still shows
the content as before.