Based on my initial searches, I can't find anything that can help me out. For all I know, it might not even be possible but I'd love to think it is...
I have html stored in my database for certain pieces of a page. I'd like to have a "main page" with certain constant pieces of the page and then fill in the rest with the correct html from the database. I think this is possible with the literal control but my issue goes one step further. Some of the html contains .net controls (i.e. asp:label, asp:dropdownlist, etc.). The dropdownlists would need populated based on another select statement and all controls would need accessed when the page is submitted. Any ideas? Even if "you're crazy, that's not possible" is the result, I'd like to hear what you have.
Thanks.
I have html stored in my database for certain pieces of a page. I'd like to have a "main page" with certain constant pieces of the page and then fill in the rest with the correct html from the database. I think this is possible with the literal control but my issue goes one step further. Some of the html contains .net controls (i.e. asp:label, asp:dropdownlist, etc.). The dropdownlists would need populated based on another select statement and all controls would need accessed when the page is submitted. Any ideas? Even if "you're crazy, that's not possible" is the result, I'd like to hear what you have.
Thanks.