.Net 2.0 Updatable Xml DataSource Control
Month ago I was publish post about XML back-end for the site. I was about problem of this back-end it is read-only. Now I post .Net 2.0 Updatable Xml DataSource Control - this seems to be solution for this problem. This is editable replacment for the XmlDataSource. In real live this is not full replacement because it support only tabular data, but in most cases this is true.
4 Comments:
I'm using this in my app and it works niceliy. Thanks! I'l link you to it but its internal.
Very awesome, even though it doesn't work for me (I think). I'm using it for comments and the apostrophe has a problem. i.e.
'Data/Item[@Comment='don't delete']' has an invalid token.
Still, an awesome extension, one that microsoft should have put in! - kingsandip@comcast.net
Hi, my english is very bad.
A question, i have 2 gridview (master/detail) and need edit detail gridview.
In SelectedIndexChanged Event of master gridview filter the UpdatableXMLDataSource detail's:
xdsDetail.FilterXPath = /item[@file='{0}']/childs/child
But UpdatableXMLDataSource detail's unlink because not update XML.
Any idea?
Thanks
Very nice! I'll have to download and give it a test run.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home