Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hosting Process In My Form? Article? Pin
Giorgi Dalakishvili16-Sep-08 10:31
mentorGiorgi Dalakishvili16-Sep-08 10:31 
GeneralRe: Hosting Process In My Form? Article? Pin
Abydosgater16-Sep-08 10:34
Abydosgater16-Sep-08 10:34 
GeneralRe: Hosting Process In My Form? Article? Pin
Giorgi Dalakishvili16-Sep-08 10:37
mentorGiorgi Dalakishvili16-Sep-08 10:37 
GeneralRe: Hosting Process In My Form? Article? Pin
Abydosgater16-Sep-08 12:06
Abydosgater16-Sep-08 12:06 
QuestionExport Datagridview to Excel or Word Pin
Atis16-Sep-08 10:04
Atis16-Sep-08 10:04 
AnswerRe: Export Datagridview to Excel or Word Pin
Giorgi Dalakishvili16-Sep-08 10:33
mentorGiorgi Dalakishvili16-Sep-08 10:33 
QuestionImagelist to file or- enable adding an image to the list Pin
ArGiLa16-Sep-08 9:50
ArGiLa16-Sep-08 9:50 
QuestionHelp creating DataTable filter Pin
Richard Blythe16-Sep-08 8:37
Richard Blythe16-Sep-08 8:37 
How can I filter the following dataTable that is the datasource to a datagridview:

dtMenu has the following fields:

MenuID - typeof(int),
DayOfWeekServed - typeof(DateType),
ChefID - typeof(int)

MenuID links to the dtMenuItems table which has the following fields:

ItemName - typeof(string)
IsLowCarb - typeof(bool)
Description - typeof(string)
...etc

I want to configure the dtMenu where the user can filter the menu items based on whether the item is LowCarb or not. (There are other usages but this is the simplest example)
I know I can do a database query but I want to filter the records from the two in-memory dataTables. My problem would be solved if the datagridview would accept an array of datarows.

Thanks to anyone who can preserve my shrinking ego! Sigh | :sigh:
Richard

I've used up all my sick days, so today I'm calling in dead.

AnswerRe: Help creating DataTable filter Pin
Steve Echols16-Sep-08 19:25
Steve Echols16-Sep-08 19:25 
QuestionProblem With Windows Forms In Full Screen Pin
Morrizle16-Sep-08 7:47
Morrizle16-Sep-08 7:47 
Questionhow can i change (app.config) configuration in runtime Pin
ahmedhassan9616-Sep-08 6:28
ahmedhassan9616-Sep-08 6:28 
AnswerRe: how can i change (app.config) configuration in runtime Pin
Giorgi Dalakishvili16-Sep-08 6:59
mentorGiorgi Dalakishvili16-Sep-08 6:59 
AnswerRe: how can i change (app.config) configuration in runtime Pin
Mark Salsbery16-Sep-08 8:41
Mark Salsbery16-Sep-08 8:41 
QuestionC# web service callback method called multiple times Pin
Chazzysb16-Sep-08 5:35
Chazzysb16-Sep-08 5:35 
AnswerRe: C# web service callback method called multiple times Pin
Simon P Stevens16-Sep-08 5:42
Simon P Stevens16-Sep-08 5:42 
GeneralRe: C# web service callback method called multiple times Pin
Chazzysb16-Sep-08 5:53
Chazzysb16-Sep-08 5:53 
Question[Message Deleted] Pin
dataminers16-Sep-08 4:56
dataminers16-Sep-08 4:56 
RantRe: Persistent object and Transient object ? Pin
Guffa16-Sep-08 5:32
Guffa16-Sep-08 5:32 
GeneralRe: Persistent object and Transient object ? Pin
Pete O'Hanlon16-Sep-08 8:49
mvePete O'Hanlon16-Sep-08 8:49 
GeneralRe: Persistent object and Transient object ? Pin
Dave Kreskowiak16-Sep-08 8:59
mveDave Kreskowiak16-Sep-08 8:59 
JokeRe: Persistent object and Transient object ? Pin
Guffa16-Sep-08 9:37
Guffa16-Sep-08 9:37 
GeneralRe: Persistent object and Transient object ? Pin
Pete O'Hanlon16-Sep-08 9:44
mvePete O'Hanlon16-Sep-08 9:44 
GeneralRe: Persistent object and Transient object ? Pin
Muammar©16-Sep-08 13:37
Muammar©16-Sep-08 13:37 
Question{"Invalid object name 'Table."} Pin
postonoh16-Sep-08 4:50
postonoh16-Sep-08 4:50 
AnswerRe: {"Invalid object name 'Table."} Pin
Richard Blythe16-Sep-08 5:16
Richard Blythe16-Sep-08 5:16 

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.