I am trying to edit a control which doesn’t have an .ascx page, it was done completely in code. I am trying to add an optional delegate to be called from an ImageButton which was previously completely handled at the client. So I would like to set runat=”server”. However, I don’t see this property exposed programatically on the object!
Share
If you’re creating it in code, it is implicitly
runat="server", no need to specify.