[lnkForumImage]
TotalShareware - Download Free Software

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


 

Greg

3/21/2005 10:55:00 AM

Hi all,

Is there a way to poulate an Object List with data that are embeded in the
form itself (XML data). I do not want to populate it via code (codebehind).

Thanks in advance,
Greg.


2 Answers

Chance Hopkins

3/23/2005 7:31:00 AM

0

I don''t think there is any scripting available to do this. You might be able
to do it, but be limited to functionality in PocketIE. I don''t think there
is an XML parser available in the PIE javascript library, so you''d probably
have to write your own (I may be wrong though). Other platforms don''t really
seem to support javascript at all. I don''t think tmobile does and 50% of the
mobile users I saw tonight have that.



"Greg" <ggasteratos@metastorm.com.NO.SPAM> wrote in message
news:%23luFkRgLFHA.3184@TK2MSFTNGP09.phx.gbl...
> Hi all,
>
> Is there a way to poulate an Object List with data that are embeded in the
> form itself (XML data). I do not want to populate it via code
> (codebehind).
>
> Thanks in advance,
> Greg.
>
>


Greg

3/23/2005 1:31:00 PM

0

Sorry, I ment server side.
All I''m trying to do is to create a form (aspx file) via XSLT. The form
contains a mobile object list that needs to be populated with data from an
XML fragment.I could embed the data in the form but how do I bind it to the
list? I cannot use code behind.

Thanks,
Greg.