Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 23, 2012 04:17 PM by ryanbesko
Member
4 Points
4 Posts
Jan 21, 2012 07:19 PM|LINK
I setup a Grid View and when I tried to enable this feature it is grayed out. I already checked SQL Management Studio and the table I am using already has a Primary Key Setup for "UserId". I am a beginner, any assistance will be greatly appreciated.
All-Star
154830 Points
19854 Posts
Moderator
MVP
Jan 22, 2012 07:36 AM|LINK
Are you certain that the PK value is included in the SELECT command?
Contributor
3561 Points
619 Posts
Jan 23, 2012 04:17 PM|LINK
The feature to create those statements for you is only available when the select statement touches one and only one table.
eric.silva
Member
4 Points
4 Posts
Generate INSERT, UPDATE, and DELETE is grayed out.
Jan 21, 2012 07:19 PM|LINK
I setup a Grid View and when I tried to enable this feature it is grayed out. I already checked SQL Management Studio and the table I am using already has a Primary Key Setup for "UserId". I am a beginner, any assistance will be greatly appreciated.
Mikesdotnett...
All-Star
154830 Points
19854 Posts
Moderator
MVP
Re: Generate INSERT, UPDATE, and DELETE is grayed out.
Jan 22, 2012 07:36 AM|LINK
Are you certain that the PK value is included in the SELECT command?
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
ryanbesko
Contributor
3561 Points
619 Posts
Re: Generate INSERT, UPDATE, and DELETE is grayed out.
Jan 23, 2012 04:17 PM|LINK
The feature to create those statements for you is only available when the select statement touches one and only one table.