Accessing dynamically created content in a literal control
Hi- I have a page that contains database-generated dynamic html content. I use a string builder to create the html for the page based off of a SQL stored procedure. Once the string builder is finished, the string is placed in a literal control's text property for display on the page.
Within the content, there are html checkboxes that have javascript onclick events that add content. Basically, if the checkbox is checked, new html items are visible (a couple dropdowns or textareas).
I have a need to generate an email that contains the page's content, INCLUDING the dynamically generated items. When I view the literal control's text property, I do not see any of the dynamically created content.
Is there any way to get at that content without having to recreate it?
Any ideas appreciated, thanks!
|