Forum: C# Feb 12th, 2007 |
| Replies: 5 Views: 39,825 My current error is: 'Index was out of range. Must be non-negative and less than the size of the collection.' It blows up on the line of C# code:
GridViewRow row = GridView.SelectedRow;
I... |
Forum: C# Feb 12th, 2007 |
| Replies: 5 Views: 39,825 I am using sqldatasource. |
Forum: C# Feb 7th, 2007 |
| Replies: 5 Views: 39,825 I am still pretty new to C# and .NET. I am using .NET 2005, and am attempting to use a Gridview. This GV displays data from two tables, one dependant on the other. I cannot, however, get the GV to... |
Forum: C# May 15th, 2006 |
| Replies: 1 Views: 2,392 I am trying to pass data from one form to another using session parameters. The second form says that my passed data fields are 'out of scope'. What does this mean? |