how to load the the content of a div
-
Hello, My page content changes in accordance with the client choices. at the end, I want to send an email. Therefore I need to load a div's content of displayed page at code-behind, assign it to the body of the email and send it. So I need to know how to load the content of existing page to a div which is created at codebehind. Thaks for the answer.
-
Hello, My page content changes in accordance with the client choices. at the end, I want to send an email. Therefore I need to load a div's content of displayed page at code-behind, assign it to the body of the email and send it. So I need to know how to load the content of existing page to a div which is created at codebehind. Thaks for the answer.
You can't, the page does not exist when your code behind runs. Why not just check the check boxes and build the email from that ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
You can't, the page does not exist when your code behind runs. Why not just check the check boxes and build the email from that ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Why not just check the check boxes and build the email from that ? I did not understand your suggestion, could you please clearify a little bit more? Thanks alot.