Pass information from XML file to ASPX page

  • Thread starter Thread starter evangelous
  • Start date Start date
E

evangelous

Hello,

I have an XML file, which contains let's say a <A> tag with a "AProp"
property. I want to manipulate this XML file so that the value of the
AProp property can be passed to the code-behind class (let's say
code.aspx.cs) of another ASPX page. How can I accomplish that?


Thanks in advance for help,
uservoid
 
Hi evangelous,

Maybe this can help you:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3753&lngWId=10

Guillermo G.

--------------------------------------------------------------------------------
Guillermo González Arroyave :: MCP ASP.Net C# :: DCE4

Hello,

I have an XML file, which contains let's say a <A> tag with a "AProp"
property. I want to manipulate this XML file so that the value of the
AProp property can be passed to the code-behind class (let's say
code.aspx.cs) of another ASPX page. How can I accomplish that?


Thanks in advance for help,
uservoid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top