Hi,

In ASP.Net 4.0, is it possible to execute html on the fly??
Scenario is, I have HTML in a string which I need to dump into ABCPDF for
PDF generation. If I directly dump html into ABCPDF, some styles get messed
up.
It would be working fine if I could execute this html and could keep in
memory stream and then dump into ABCPDF. In MVC I did it by partial view
but dont know how to handle it in aspx page. I know we can create physical
page and using Server.Execute we can get HTML but I don't want any physical
file. What I want is.. could execute html which is in string variable so
that I could dump output in ABCPDF.

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to