I'm trying to get a section of code working based upon this example here:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx
I am getting an error at the spot where in the Telerik example they are displaying the DetailsView.
The error is saying that the DetailsView can not find the SqlDataSource which it is pointed at and yet the two items are right next to each other in the source code.
Even if I just experimentally add another control right there like a grid and use the smart tag and select a data source it sees it in the dropdown of choices for data sources but when I run the page in testing I get this error.
There must be some loss of context here and I just can't figure out what's going on.
I seem to have made the mistake of wearing my dunce cap to work today. Any help appreciated.
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx
I am getting an error at the spot where in the Telerik example they are displaying the DetailsView.
The error is saying that the DetailsView can not find the SqlDataSource which it is pointed at and yet the two items are right next to each other in the source code.
Even if I just experimentally add another control right there like a grid and use the smart tag and select a data source it sees it in the dropdown of choices for data sources but when I run the page in testing I get this error.
There must be some loss of context here and I just can't figure out what's going on.
I seem to have made the mistake of wearing my dunce cap to work today. Any help appreciated.