6/2/2010 2:02:30 AM
Title:
Problem in XML data
hi .......
i store Textarea value in XML file and while updating this the store value not come ..... example
In text are i store the following value
all student records
are stored in the xml file
and
also
its updated
while retrieving the valuse the following comes
all student records are stored in the xml file
and also its updated...
i need the same order plz help me........the issue is while clicking enter Button that value not store..
6/2/2010 2:30:58 AM
It seems you have a caching problem. You can use a random query string to avoid caching of xml file in browser. In the code while you are loading the xml file. Use a random variable in the url to force browser load fresh file on each request.
"http://mySite.com/myXml.xml?random="+Math.round(Math.random() * 1000)