Hi, I'm newbie in ASP.Net. I'm creating a datasource and trying to link my gridview to the datasorce created. But it doesn't work. What i'm doing wrong? DataSet dsAppPages = new DataSet(); commPages.FillDataSet(dsAppPages, command,CommandType.Text); /* this is a class who has commands...
Posted to
C#
(Forum)
by
danilocs.tec
on
04-28-2009, 12:00 AM
Filed under: asp.net, C#, Datasource, Gridview