We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Is This Possible: Calling a Click Event From a String Variable

Hello everyone, I have something like this stored in a class file called editor.cs. strVariable += ""; strVariable += ""; strVariable += ""; strVariable += ""; strVariable += "
"; strVariable += "
"; I have a webpage called editor.aspx which creates a custom tag like "<%@ Register TagPrefix="mArea" Assembly="contenteditor" namespace="editor" %>" that registers my class I have created. The problem I am having is being able to call the "Save_Click" Event assiocated with the button that my class has created. How can I set up a click event assoicated with a button that was dynamically built in a string, that's also in another class?? I need help!! Mark Richardson

Loader.
Live Chat Icon For mobile
Up arrow icon