Click here to Skip to main content
15,795,231 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Bool To Visibility Converter Problem Pin
Ian Shlasko9-May-11 7:19
Ian Shlasko9-May-11 7:19 
AnswerRe: Bool To Visibility Converter Problem Pin
SledgeHammer019-May-11 11:20
SledgeHammer019-May-11 11:20 
GeneralRe: Bool To Visibility Converter Problem Pin
AspDotNetDev9-May-11 12:09
protectorAspDotNetDev9-May-11 12:09 
Questionhow to get selected datagrid row items ? Pin
SRKSHOME8-May-11 22:28
SRKSHOME8-May-11 22:28 
AnswerRe: how to get selected datagrid row items ? Pin
Pete O'Hanlon8-May-11 22:44
subeditorPete O'Hanlon8-May-11 22:44 
GeneralRe: how to get selected datagrid row items ? Pin
SRKSHOME8-May-11 23:36
SRKSHOME8-May-11 23:36 
GeneralRe: how to get selected datagrid row items ? Pin
Pete O'Hanlon9-May-11 1:19
subeditorPete O'Hanlon9-May-11 1:19 
Questioncustom query Pin
picasso27-May-11 8:52
picasso27-May-11 8:52 
I have a table MyTable (comId, groupId, versionId) that is bound to a grid using code.
The default connection generated by domain services works fine

return this.ObjectContext.MyTable;
but I modified the return statement to get one column only

return this.ObjectContext.MyTable.Include("groupId");

This statement compiles correct but returns an error

unhandle error
Manage Runtime
System.ServiceMode.DomainService.Client.DomainOperation Exception


Any help is greatly appreciated
AnswerRe: custom query Pin
Pete O'Hanlon7-May-11 9:29
subeditorPete O'Hanlon7-May-11 9:29 
QuestionHow to set default location for google map on WP7 Pin
Nguyen Thanh Duc7-May-11 0:30
Nguyen Thanh Duc7-May-11 0:30 
AnswerRe: How to set default location for google map on WP7 Pin
Pete O'Hanlon7-May-11 0:34
subeditorPete O'Hanlon7-May-11 0:34 
QuestionExtended EDMX Pin
eddieangel6-May-11 8:21
eddieangel6-May-11 8:21 
AnswerRe: Extended EDMX Pin
Pete O'Hanlon6-May-11 8:35
subeditorPete O'Hanlon6-May-11 8:35 
GeneralRe: Extended EDMX Pin
eddieangel6-May-11 8:38
eddieangel6-May-11 8:38 
GeneralRe: Extended EDMX Pin
Pete O'Hanlon6-May-11 9:23
subeditorPete O'Hanlon6-May-11 9:23 
GeneralRe: Extended EDMX Pin
eddieangel6-May-11 9:24
eddieangel6-May-11 9:24 
QuestionHow to convert arrayclass into normal class object.. Pin
Rocky236-May-11 8:12
Rocky236-May-11 8:12 
AnswerRe: How to convert arrayclass into normal class object.. Pin
Pete O'Hanlon7-May-11 0:38
subeditorPete O'Hanlon7-May-11 0:38 
GeneralRe: How to convert arrayclass into normal class object.. Pin
Rocky237-May-11 1:20
Rocky237-May-11 1:20 
GeneralRe: How to convert arrayclass into normal class object.. Pin
Pete O'Hanlon7-May-11 2:34
subeditorPete O'Hanlon7-May-11 2:34 
QuestionWPF samples Pin
arkiboys6-May-11 3:57
arkiboys6-May-11 3:57 
AnswerRe: WPF samples Pin
Ian Shlasko6-May-11 4:10
Ian Shlasko6-May-11 4:10 
AnswerRe: WPF samples Pin
Renat Khabibulin9-May-11 2:09
Renat Khabibulin9-May-11 2:09 
GeneralRe: WPF samples Pin
arkiboys9-May-11 2:11
arkiboys9-May-11 2:11 
GeneralRe: WPF samples Pin
Renat Khabibulin9-May-11 2:32
Renat Khabibulin9-May-11 2:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.