DataList לא מופיע

dan3330

New member
DataList לא מופיע

למה אני כשאני מריץ אני לא רואה את ה-DataList אלא רק עמוד ריק:
<body> <form id="Form1" method="post" runat="server"> <asp:DataList id="DataList1" runat="server" RepeatDirection="Horizontal" RepeatLayout="table" OnItemCommand="DataList1_ItemCommand" OnEditCommand="DataList1_EditCommand" OnCancelCommand="DataList1_CancelCommand" OnUpdateCommand="DataList1_UpdateCommand" OnDeleteCommand="DataList1_DeleteCommand" DataKeyField="UserID"> <ItemTemplate> <asp:LinkButton ID="LinkButton1" Runat="server" Text='xxx' CommandName="Edit" /> </ItemTemplate> <EditItemTemplate> <asp:LinkButton ID="lbtCancel" Runat="server" CommandName="Cancel" Text="Cancel" /> </EditItemTemplate> </asp:DataList> </form> </body>​
תודה! דן.
 
ולפעמים רצוי גם לעשות template

לנתונים עצמם
 

dan3330

New member
האם...

האם אני יכול להציב datasource שאינו מסד נתונים (ואיך)? תודה! דן.
 
כן אפשרי

ודרך אגב אם תעיין בMSDN ,אם אני לא טועה רוב הדוגמאות שלהם בנויות מdataSource שאינו ממסד נתונים.
 
למעלה