admin
-
11/29/2005 12:58:53 PM
Re: selectbypath and DataSet
Hello,
yes, it should generally work in the same way as with standard DataList. You only need to use your code:
<%# DataBinder.Eval(Container, "DataItem.ItemName") %><asp:CheckBox id="CheckBox1" runat="server">
in the appropriate ASCX transformation.
Regarding the problem with nothing - if you're using C#, you need to write null instead of nothing.
Best Regards,
|