Is this possible with xml web control ?

  • Thread starter Thread starter sri
  • Start date Start date
S

sri

Hi all,
I am trying to use the xml control in a asp.net page. What i want to be able
to do is to store the data in xml format between two pages and finally send
this xml data to sql server database.

I am wondering is it possible to store data without actually creating a xml
file ? If so how this should be done..?

any samples or direction as to how this should be done is greatly
appreciated..

TIA,
sri
 
Thanks Victor..I appreciate your help.
Victor Garcia Aprea said:
Hi sri,

The Xml control as any other control, get created and destroyed on every
request. You will need to store its contents in Session or other storage
(not necessarily a file) between different page requests.

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
 
No problem, thanks for getting back!

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
 
Back
Top