G
Guest
hey all,
i having a problem binding a sql text field to a label inside a DataList.
<asp:Hyperlink ID="Hyperlink1" runat="server" Text='<%#
(Eval("FollowUp")==null)?" ":"View" %>' /><br />
It always results to the false path eventhough it shouldn't do that.
thanks,
rodchar
i having a problem binding a sql text field to a label inside a DataList.
<asp:Hyperlink ID="Hyperlink1" runat="server" Text='<%#
(Eval("FollowUp")==null)?" ":"View" %>' /><br />
It always results to the false path eventhough it shouldn't do that.
thanks,
rodchar