Thanks anzer, for such a prompt reply,
i tried your solution but when i click on the link, error comes up as follows:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'file:///C:/Documents and Settings/..........
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
-^
any suggestion please??????????
cheers!!!!!
anzer:
just give a link in the php page to the asp.net page.. thats all
<a href="pagename.aspx">Goto Aspx page</a>
If you want the asp.net page open in a new window.. give the target as _blank
<a href="pagename.aspx" target="_blank"> Goto Aspx page</a>