Datalist Problem

egdotnet

Regular
Joined
May 16, 2004
Messages
50
I have a datalist on an aspx page, which is bound to a dataview (which gets its data from an xml file through a function i created).

Showing the data works fine, but when i create an edit template where the text is displayed in a text box and i try to change the text in the text box to update the xml file with the update command, the text reverts back to what it originally was.

Does anybody know how to change the text?

Thanks!
Eric
 
Back
Top