I try lots of solution that solve by others, but it still got this error:
‘http:/gg:9090/Product/HtmlDetail/test.htm’ is not a valid virtual path.
I want to print the content of test.htm text into my div block.
This is my code:
<% Response.WriteFile("http://gg:9090/Product/HtmlDetail/test.htm"); %>
try this
EDIT:
in codebehind:
in aspx page: