| Databinding to non-DataView/DataSet objects (9 replies) |
| ASPFriends.com 'aspngescalate' list |
| Hi, I have posted this (twice) on aspngdatagridrepeaterdatalist and have received no answers. I'm attempting to bind datalists/datagrids/repeaters to my own classes. I can get this to work fine as long as I specify the fields to which to bind (e.g. AutoGenerateColumns "false"). I accomplish this by Implementing IEnumerable and creating a Default Property to return the appropriate field values. Thi... |
|
| NOTANSWERED BEFORE: Invalid URI Exception (5 replies) |
| ASPFriends.com 'aspngescalate' list |
| I am trying to load some XML from a WebDAV query into a dataset but keep getting an Invalid URI exception. Heres the code: StreamReader IStream new StreamReader(r.GetResponseStream(),System.Text.Encoding.ASCII); if (IStream.Peek() 0) ds.ReadXml(IStream.ReadToEnd(),System.Data.XmlReadMode.InferSchema); Any ideas why? Thanks Devin | [aspngxml] member devinr@drone interactive.com YOUR ID | http://www... |
|
| Pleeeeeese: NOTANSWERED BEFORE: Invalid URI Exception (2 replies, VIP) |
| ASPFriends.com 'aspngescalate' list |
| Can no one help me with this? I get the Invalid URI Schema exception no matter what I try to do with the resulting XML other than putting it into an XML Document object, which I really don't want to do. Thanks? Devin No Problem... Heres most of the code in the Method: HttpWebRequest w (HttpWebRequest)WebRequest.Create(strURL); w.Credentials new System.Net.NetworkCredential("User", "Password", "DMA... |
|