Hi there,
My Code:
1
2 <!--#include virtual= "/gmsweb/grids/collapsepanels/msalarm_koudste.aspx"-->
3
4 <%Response.Write(decode_display_1)%>
5
6 <%=Server.HTMLEncode("<!--#Include File=/gmsweb/grids/collapsepanels/" & display_1 & "-->")%>
Line 2 is working and I'll get my page.
Line 4 is also working because the value in variable decode_display_1 = /gmsweb/grids/collapsepanels/msalarm_koudste.aspx
It is showed on my Page
But Line 6 isn't working he on my page:
<!--#Include File=/gmsweb/grids/collapsepanels/msalarm_koudste.aspx "-->
Thats not wat I want. !!
I want that there he places my include page...
Can someone help ???