Search Results

1
vote

LINQ to SQL and Join two tables with OR clause

This is happening because you are doing a "first pass" which filters the plans and documents that match your predicates, and then joining those results only, effectively doing an AND …
1
vote

Hosting IE 8 In WinForms and Opening a PDF

Seems to me the real problems is using a WebBrowser control to host the Adobe Reader web browser plugin to display PDFs. Isn't there a better way to display PDFs directly without intro …