generating html from code behind
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-04-04T01:11:14Z
Indexed on
2010/04/04
1:13 UTC
Read the original article
Hit count: 547
In my .aspx.cs I have a code that reads a .xml file and I deserialize the xml into an object called Post. Problem is that in my .aspx page I have a div and I want to fill in the content of this div from code behind using the html generated from the code behind.. How can I do this?
© Stack Overflow or respective owner