|
-
Sep 6th, 2007, 02:48 PM
#2
Hyperactive Member
Re: [2005] Gridview Datasource
hmmm... i've never tried anything like this, but i do have a suggestion.
instead of:
GridView1.DataSource = AccessDataSourceFDES1
GridView1.DataBind()
try this:
GridView1.DataSourceID = "AccessDataSourceFDES1"
GridView1.DataBind()
because i assume that AccessDataSourceFDES1 is an actual DataSource object on your page and not something you are creating programmatically.
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|