No announcements
Found 864783 threads
-
0 Votes
Both DataSource and DataSourceID are defined in Gridview1
I set both : GridView2.DataSource = String.Empty; GridView2.DataSourceID = String.Empty;Answered | 7 Replies | 23725 Views | Created by Highlander4 - Monday, July 10, 2006 7:56 PM | Last reply by AUHK - Thursday, September 18, 2014 12:43 AM -
0 Votes
Both DataSource and DataSourceID are defined on 'Gridview1'
User2103319870 posted I am receiving the error "Both DataSource and DataSourceID are defined on ...Answered | 2 Replies | 100 Views | Created by Anonymous - Saturday, July 11, 2015 2:18 PM | Last reply by Anonymous - Saturday, July 11, 2015 4:43 PM -
0 Votes
Error: Both DataSource and DataSourceID are defined on GridView1
Why not simply use a ControlParameter in the SelectParameters Property of the DataSource?Answered | 6 Replies | 886 Views | Created by Anonymous - Wednesday, August 19, 2015 12:01 PM | Last reply by Anonymous - Friday, August 21, 2015 6:29 PM -
0 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
If you are specifying a DataSource then the control will automatically know it needs to pull from that object.Answered | 2 Replies | 44 Views | Created by Anonymous - Monday, November 14, 2011 5:13 PM | Last reply by Anonymous - Monday, November 14, 2011 6:27 PM -
0 Votes
Error: Both DataSource and DataSourceID are defined on 'GridView1'.
GridView1.DataSourceID = String.Empty; GridView1.DataSource = summaries;Answered | 7 Replies | 11365 Views | Created by wkpli - Monday, May 31, 2010 7:06 PM | Last reply by psomeguy - Monday, August 15, 2011 8:22 PM -
0 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
User3866881 posted What superguppie says quite right: any data presentation control cannot be used for more than one DataSource (this means you ...Answered | 2 Replies | 41 Views | Created by Anonymous - Thursday, March 18, 2010 4:33 AM | Last reply by Anonymous - Friday, March 19, 2010 9:29 PM -
0 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
User3866881 posted Hi:) You mean that you use both DataSource and DataSourceId together?Answered | 6 Replies | 548 Views | Created by Anonymous - Friday, May 13, 2011 9:52 AM | Last reply by Anonymous - Tuesday, May 17, 2011 8:57 PM -
0 Votes
Both DataSource and DataSourceID are defined on DropDownList
User1459534743 posted Maybe you have defined both datasource and datasourceid property.Answered | 9 Replies | 515 Views | Created by Anonymous - Monday, May 7, 2007 10:28 AM | Last reply by Anonymous - Thursday, February 26, 2009 12:50 PM -
0 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
User848370396 posted select that gridview, click properties, in those, find datasourceid, and remove tvalue of that "datasourceid" property of the ...Answered | 1 Replies | 63 Views | Created by Anonymous - Thursday, July 9, 2009 6:01 AM | Last reply by Anonymous - Thursday, July 9, 2009 7:23 AM -
1 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
You have set both the DataSourceID and DataSource properties on GridView1.Unanswered | 2 Replies | 6911 Views | Created by bca2012 - Thursday, May 17, 2012 3:26 PM | Last reply by Mr. Wharty - Thursday, May 31, 2012 2:48 AM -
0 Votes
Both Datasource and DatasourceID are defined on GridView
{ GridView1.SelectIndex = e.NewSelectIndex; } private void GridView_SelectIndexChanged(...)Answered | 6 Replies | 57 Views | Created by Anonymous - Tuesday, December 22, 2009 12:03 AM | Last reply by Anonymous - Wednesday, December 30, 2009 11:12 PM -
0 Votes
Error : Both DataSource and DataSourceID are defined on 'GridView1'.
You have GridView1.DataSource = GetData(cmd);.Answered | 11 Replies | 74 Views | Created by Anonymous - Tuesday, March 26, 2013 11:38 PM | Last reply by Anonymous - Wednesday, March 27, 2013 5:28 AM -
0 Votes
Error--Both DataSource and DataSourceID are defined on 'GridView1'.
User-1635004338 posted Hi, The error means you have set the datasource for GridView in two places.Answered | 3 Replies | 102 Views | Created by Anonymous - Tuesday, December 27, 2011 12:31 AM | Last reply by Anonymous - Thursday, December 29, 2011 3:21 AM -
0 Votes
Both DataSource and DataSourceID are defined on 'gridOrders'
Try to find "DataSourceID" in your code.Answered | 2 Replies | 46 Views | Created by Anonymous - Monday, June 4, 2007 10:20 AM | Last reply by Anonymous - Tuesday, June 5, 2007 10:41 PM -
0 Votes
Both DataSource and DataSourceID are defined on 'GridView1'.
It would have been simpler if I could have recycled Gridview1 but now there's more code(looks confusing) Also it did cause a nasty looking development ...Answered | 4 Replies | 18 Views | Created by Anonymous - Monday, December 22, 2008 9:53 AM | Last reply by Anonymous - Monday, December 22, 2008 10:32 AM -
0 Votes
System.InvalidOperationException: Both DataSource and DataSourceID are defined on 'gridview'.
User-1752853218 posted Hi karanpaul, Initially i wrote like GridView1.DataSource = ...Answered | 10 Replies | 2089 Views | Created by Anonymous - Friday, April 13, 2007 1:42 AM | Last reply by Anonymous - Thursday, October 1, 2009 12:10 PM -
0 Votes
err "Both DataSource and DataSourceID are defined On Gridview1"
- gridview1.allowpaging=false Thanks u all :)Answered | 8 Replies | 36 Views | Created by Anonymous - Thursday, February 15, 2007 8:11 AM | Last reply by Anonymous - Sunday, February 18, 2007 10:18 AM -
1 Votes
Both Datasource and DatasourceID are defined on GridView
I get the above error in my C#/SQL/ASP.NET web app because I have a datasource defined both in the ASPX file and the ASPX.CS file.Answered | 1 Replies | 7963 Views | Created by Ryan D - Tuesday, December 22, 2009 1:35 AM | Last reply by YiChun Chen - Tuesday, December 22, 2009 3:08 AM -
0 Votes
GridView1.DataSourceID
User-2041805088 posted Like the error states, you can either have a value for DataSource or DataSourceID.Unanswered | 4 Replies | 90 Views | Created by Anonymous - Tuesday, March 21, 2006 12:01 AM | Last reply by Anonymous - Tuesday, March 21, 2006 3:57 AM -
0 Votes
Both Datasource and DatasourceId defined Remove One definition.
User-1034726716 posted can i use both datasource and datasourceid for gridview .Answered | 4 Replies | 59 Views | Created by Anonymous - Tuesday, April 30, 2013 4:28 AM | Last reply by Anonymous - Tuesday, April 30, 2013 5:40 AM - Items 1 to 20 of 864783 Next ›
No announcements