[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Sal Mendoza

3/20/2002 5:31:00 PM

Is anyone aware of any mobile list control that will allow you to bind XML
data to the control?

Any help or resources would be greatly appreciated. Thanks

-Sal


2 Answers

(Shanku Niyogi (MS))

4/9/2002 10:47:00 PM

0

Jay

4/13/2002 9:03:00 PM

0

Sal,

Did you get this working?

If so could I see your code please - can't get mine to work!

Thanks,

Jay


"Shanku Niyogi (MS)" <shankun@online.microsoft.com> wrote in message
news:yydWteA4BHA.1596@cpmsftngxa08...
> In the .NET Framework, you can load any XML document into a DataSet, using
> XmlDataDocument, and then databind against the dataset.
>
> You could also use XmlNode.SelectNodes to select all the nodes you want to
> databind, and then databind the List to it, setting the DataTextField
> property to "InnerText".
>
> The ASP.NET QuickStart Tutorial shows how to databind to XML data (see the
> "Server Side Data Access" section) - you can use the same concepts for the
> mobile List or ObjectList controls.
>
> Shanku
>
>
>
> ----
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Please do not send email directly to this alias. This alias is for
> newsgroup purposes only.
>
>
>
>
>
> --------------------
> From: "Sal Mendoza" <salmendoza@decadesoftware.com>
> Subject: Data Binding with XML
> Date: Wed, 20 Mar 2002 08:31:33 -0800
> Lines: 8
> Organization: Decade Software Company
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
> x-mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000
> Message-ID: <ukTOZyC0BHA.392@tkmsftngp03>
> Newsgroups: microsoft.public.dotnet.framework.aspnet.mobile
> NNTP-Posting-Host: out.internet-zone.net 206.169.221.2
> Path: cpmsftngxa07!cpmsftngxa09!tkmsftngp01!tkmsftngp03
> Xref: cpmsftngxa07 microsoft.public.dotnet.framework.aspnet.mobile:3259
> X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.mobile
>
> Is anyone aware of any mobile list control that will allow you to bind XML
> data to the control?
>
> Any help or resources would be greatly appreciated. Thanks
>
> -Sal
>
>
>