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.
Up arrow icon