Live Chat Icon For mobile
Live Chat Icon

Why is the DataList not displayed on the web page

Platform: ASP.NET| Category: DataList

You must have missed the <ItemTemplate> tag


<asp:DataList id='DataList1' runat='server'>
<ItemTemplate>
	<%#DataBinder.Eval(Container.DataItem, 'FieldName').ToString()%>
</ItemTemplate>
</asp:DataList>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.