I would like to find out how to get the output of that page into another page.
-
I would like to read a in my aspx that the result from a other page generated by aspx?. Ex when I make that: XmlTextReader XR = new XmlTextReader(Server.MapPath("GenerateXmlTreeView.aspx")); I receive Error: Exception Details: System.Xml.XmlException: The '%' character, hexadecimal value 0x25, cannot begin a name. Line 1, position 2. It can't be a coincidence that the second character of a raw .aspx page is '%' ... <%@ Page Language="vb" ... Also I would like to find out how to get the output of that page into another page. Thanks a lot for your help -=zoltx=-
-
I would like to read a in my aspx that the result from a other page generated by aspx?. Ex when I make that: XmlTextReader XR = new XmlTextReader(Server.MapPath("GenerateXmlTreeView.aspx")); I receive Error: Exception Details: System.Xml.XmlException: The '%' character, hexadecimal value 0x25, cannot begin a name. Line 1, position 2. It can't be a coincidence that the second character of a raw .aspx page is '%' ... <%@ Page Language="vb" ... Also I would like to find out how to get the output of that page into another page. Thanks a lot for your help -=zoltx=-
-
you should preview your msgs before posting.. its all garbled up, cant see your code. still a newb.. cut me some slack :P -dz
-
I would like to read a in my aspx that the result from a other page generated by aspx?. Ex when I make that: XmlTextReader XR = new XmlTextReader(Server.MapPath("GenerateXmlTreeView.aspx")); I receive Error: Exception Details: System.Xml.XmlException: The '%' character, hexadecimal value 0x25, cannot begin a name. Line 1, position 2. It can't be a coincidence that the second character of a raw .aspx page is '%' ... <%@ Page Language="vb" ... Also I would like to find out how to get the output of that page into another page. Thanks a lot for your help -=zoltx=-
Maybe
Server.Execute
is your best friend here. Or maybe I don't understand your question. Who knows? :suss: -
Maybe
Server.Execute
is your best friend here. Or maybe I don't understand your question. Who knows? :suss: