XmlDataSource.Data on PostBack loses it's value

T

tMan

i'm setting the Data property of an XmlDataSource on PageLoad to a xml string

'on page load
XmlDataSource1.Data = "<root>bla bla bla</root>"

but when a PostBack occurs (say on a button click), the Data returns empty
and GetXmlDocument errors with a NullReferenceException

'on a button click event
dim str as string = XmlDataSource1.Data 'this is empty

i tried setting the EnableViewState to tru both on the control and page.

is this XmlDataSource control behavior by design?
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top