A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: HELP! How do i send variables from .NET to Flash

  1. #1
    Member
    Join Date
    Jan 2003
    Location
    Dallas
    Posts
    48

    HELP! How do i send variables from .NET to Flash

    SomeOne please help me. I have written an app using ASP however now i am trying to convert it to .NET.
    I used to get my variables in a loop statement using the Response.Write however i am now trying to do it in .NET and am having troubles.

    I am doing something like:

    <ASP:Repeater
    id="Repeater1"
    runat="server"
    itemCreated="Repeater1_ItemsCreated">

    <ItemTemplate>
    <%# "Property" & Prop1 & "=" & Container.DataItem("prop_type") & "&" %>


    </ItemTemplate>

    ANY IDEAS??? .NET
    Peace be the journey and Beyond

  2. #2
    Junior Member
    Join Date
    Sep 2001
    Location
    Decatur, IN USA
    Posts
    21
    That might work...never tried it though. You can still use a regular for loop and use the Response.Write to print out what you want, it's still all there just like in ASP

    Microsoft .NET MVP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center