Question of SelfReferencing WebGrid With ISDataSource

5 replies. Last post: March 30, 2011 2:35 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
xu guochunMember

Hello,

I create a aspx page with selfReferencing webGrid and ISDataSource,The first-level data can be displayed properly,when I click the plus icon to get second level data, raise this error.

 

SQL:

CREATE TABLE [dbo].[FrameOU](
	[OUGuid] [nvarchar](50) NOT NULL,
	[OUName] [nvarchar](50) NULL,
	[OrderNumber] [int] NULL,
	[HasChildOu] [int] NULL,
	[HasChildUser] [int] NULL,
	[ParentOUGuid] [nvarchar](50) NULL,
CONSTRAINT [PK_FrameOU] PRIMARY KEY NONCLUSTERED 
(
	[OUGuid] ASC
) ON [PRIMARY]
) 
Thanks!
All times are GMT -5. The time now is 11:36 AM.
Previous Next