Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 01, 2009 04:10 PM by carmel_vimala
Member
4 Points
2 Posts
Oct 01, 2009 04:10 PM|LINK
Hi karanpaul,
Initially i wrote like
GridView1.DataSource = ds; GridView1.DataBind();
but i am getting the error like "both.....Remove on definition"
then i changed to
GridView1.DataSource = ds; GridView1.DataSourceID = String.Empty;
again i am getting error like "incorrect syntax"
carmel_vimal...
Member
4 Points
2 Posts
Re: Hai...
Oct 01, 2009 04:10 PM|LINK
Hi karanpaul,
Initially i wrote like
GridView1.DataSource = ds;
GridView1.DataBind();
but i am getting the error like "both.....Remove on definition"
then i changed to
GridView1.DataSource = ds;
GridView1.DataSourceID = String.Empty;
again i am getting error like "incorrect syntax"