C
Charlie@CBFC
Hi:
If I point my XmlDataSource control at an xml file on server, databindings
work fine. If I take same file, copy to a string, and use it to intitalize
Data property of XmlDataSource control, databindings blow up. However, with
data binding removed, it works both ways.
The reason I'm doing this is I would like xmldatasource to bind to a sql
query rather than a file on hard drive so I need to provide xml as a string.
Thanks,
Charlie
If I point my XmlDataSource control at an xml file on server, databindings
work fine. If I take same file, copy to a string, and use it to intitalize
Data property of XmlDataSource control, databindings blow up. However, with
data binding removed, it works both ways.
The reason I'm doing this is I would like xmldatasource to bind to a sql
query rather than a file on hard drive so I need to provide xml as a string.
Thanks,
Charlie