I have an aspx file that is calling certain xml data depending on the tags. This is then scrolled through the page using Radrotator. I originally had the feed working okay, but have had to change the XML file that the feed was creating and now I get an error message when I try to view the page in any browser. Part of the error message reads: Exception Details: System.Argument Exception: lastWinner is neither a DataColumn nor a DataRelation for table CasinoInfo. Well CasinoInfo is the parent table and I want to get the results from CasinoInfo>Game s>Nudge7>lastWi nner, but I don't know who to do this. The XML is generated in real-time from a php query that I don't have access to so I can't change the structure of the file.
I'm happy the create another XML to get the results from php generate one, but didn't know if that was the best way to do it.
I'd apprieciate any help with this.
Thanks
Lucy
I'm happy the create another XML to get the results from php generate one, but didn't know if that was the best way to do it.
I'd apprieciate any help with this.
Thanks
Lucy
Comment