Is it possible to write an HTML response and insert it into the <body> tag of my page, without the use of code in my ASPX file (and only using code from my ASPX.CS file)?
Is it possible to write an HTML response and insert it into the <body>
Share
Another way could be to make body tag as server side
and then in .cs file. Use code something like this