Datalist control is bound by an element of the array ???
- From: "bienwell" <bienwell@xxxxxxxxxxx>
- Date: Fri, 6 May 2005 11:11:14 -0400
Hi all,
Data displayed on the datalist control is bound by the column name of the
dataset like this :
<%# DataBinder.Eval(Container.DataItem, "title")%>
Could I use an element of the array (i.e. index=0) which has the name
"title" in place of it ? For example:
<%# DataBinder.Eval(Container.DataItem, Array(0)) %>
Is there anything wrong with the syntax ? Please give me your advise.
Thanks in advance.
.
- Follow-Ups:
- Re: Datalist control is bound by an element of the array ???
- From: Scott Allen
- Re: Datalist control is bound by an element of the array ???
- Prev by Date: Re: what is Maximum Number of files supported in ASP.Net project and project folder
- Next by Date: Re: Exclude from Project not available for VS2005 web projects
- Previous by thread: How can I change a Label? Please Help. I can't find this anywhere.
- Next by thread: Re: Datalist control is bound by an element of the array ???
- Index(es):
Relevant Pages
|