Visualizzazione dei risultati da 1 a 4 su 4

Discussione: binding -cosa sbaglio?

  1. #1
    Utente di HTML.it L'avatar di afrappe
    Registrato dal
    Jan 2002
    Messaggi
    1,197

    binding -cosa sbaglio?

    non mi da nessun errore ma non mi visualizza niente, cosa puo essere??

    <html>
    <head>
    <script runat=server>
    sub Page_load()

    dim dsDataSet as new System.Data.DataSet()
    dsDataSet.readXml("http://newsgroup.aspitalia.com/feed/feed.xml")
    myRep.DataSource = dsDataSet.tables("item").DefaultView
    myRep.DataBind

    end sub
    </script>
    </head>
    <body MS_POSITIONING="GridLayout">
    <form id="Form1" method="post" runat="server">
    <asp:Repeater ID="myRep" Runat="server">
    <ItemTemplate>
    "><%#DataBinder.Eval(Container.DataItem, "title")%>dffsdhg

    <%#DataBinder.Eval(Container.DataItem, "description")%>
    </ItemTemplate>
    </asp:Repeater>
    </form>
    </body>
    </html>

  2. #2
    Utente di HTML.it L'avatar di afrappe
    Registrato dal
    Jan 2002
    Messaggi
    1,197
    allora nessuno mi sa dire niente?

  3. #3
    Utente di HTML.it L'avatar di afrappe
    Registrato dal
    Jan 2002
    Messaggi
    1,197
    proprio nessuno?

  4. #4
    Utente di HTML.it L'avatar di afrappe
    Registrato dal
    Jan 2002
    Messaggi
    1,197

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.