C
Chumley the Walrus
I'm trying to display just one record from an sql dbase with a
datalist control. My sql connection, statement, command, datasource,
etc are all tested and correct, but I do not see the display for
'yourname' when simple doing the following:
<asp
ataList id="thedata" runat="server"
CellSpacing="1">
<ItemTemplate>
<%# Container.DataItem("yourname")%>
</ItemTemplate>
</asp:datalist>
???????
chumley
datalist control. My sql connection, statement, command, datasource,
etc are all tested and correct, but I do not see the display for
'yourname' when simple doing the following:
<asp
CellSpacing="1">
<ItemTemplate>
<%# Container.DataItem("yourname")%>
</ItemTemplate>
</asp:datalist>
???????
chumley