Actually the date in xml datasource is coming in as “2010-08-25T15:10:24.88-07:00” — what would the format be for that?
The URL is correct. Both url’s return xml string: data.Tables[0].WriteXml(writer, XmlWriteMode.WriteSchema, false); return writer.ToString();
I tried putting the same contenttype for both adapters and the child grid still says no records found.
It was because of the asp button. If I make it a html input button it works then.