When DataList is bound to a rowset, the <%# DataBinder.Eval (Container.DataItem, "Fldname")%> is used directly, and the "DataBinder.Eval:" appears at compile time. System.Data.DataRow the "Do not contain properties with name Fldname" error
Solution: <%# DataBinder.Eval (Container.DataItem, "Fldname")%> written <%# DataBinder.Eval (Container.DataItem, " Fldname) ")%>
() can also be replaced with [].
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.