datagrid doesn't display my data

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:DataGrid id="DatGrid1" runat="server" DataSource="<%# dataSet11 %>">
</asp:DataGrid>

in aspx.cs
DataGrid1.DataSource=dataSet11;
DataGrid1.DataBind();

All components are made in design time.

anyone know y?

Thanx in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top