B
BK Kim
Hello.
I am new to this asp.net thingy.
I have created my dataset, adaptor and connection.
my data contains some data for sure since i have displayed its data by
"Response.write..."
but somehow, it is not display anything in the datagrid.
i only see it's column names.
in aspx
<asp
ataGrid id="DatGrid1" runat="server" DataSource="<%# dataSet11 %>">
</asp
ataGrid>
in aspx.cs
DataGrid1.DataSource=dataSet11;
DataGrid1.DataBind();
All components are made in design time.
anyone know y?
Thanx in advance
I am new to this asp.net thingy.
I have created my dataset, adaptor and connection.
my data contains some data for sure since i have displayed its data by
"Response.write..."
but somehow, it is not display anything in the datagrid.
i only see it's column names.
in aspx
<asp
</asp
in aspx.cs
DataGrid1.DataSource=dataSet11;
DataGrid1.DataBind();
All components are made in design time.
anyone know y?
Thanx in advance