Click here to Skip to main content
15,906,106 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 4:39
paulk1113-Oct-07 4:39 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
Dave Kreskowiak13-Oct-07 5:00
mveDave Kreskowiak13-Oct-07 5:00 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 6:01
paulk1113-Oct-07 6:01 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 6:09
paulk1113-Oct-07 6:09 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
Dave Kreskowiak13-Oct-07 9:11
mveDave Kreskowiak13-Oct-07 9:11 
QuestionBindingSource Pin
sabr4912-Oct-07 9:04
sabr4912-Oct-07 9:04 
AnswerRe: BindingSource Pin
pmarfleet12-Oct-07 10:11
pmarfleet12-Oct-07 10:11 
GeneralRe: BindingSource Pin
sabr4912-Oct-07 10:40
sabr4912-Oct-07 10:40 
What do you mean? The import and all that is working fine, I just need to know how to filter the datatable for the combobox and at the same moment have it display unfiltered info for the datagrid. In other words, at this point the datatable would look something like this:

MemberID, MemberName AttendID AttendHistory
100,a,1, 12/1/2007
100,a,2, 6/1/2007
100,a,3, 7/1/2007
101,b,1,12/1/2007
101,b,2,1/1/2007
etc.

I need the combo box to only retrieve the unique MemberIDs for its datasource (which I think will require filtering) and once selected to retrieve all of the rows connected to that member (which I think will require removing the filter.


GeneralRe: BindingSource Pin
nlarson1112-Oct-07 10:58
nlarson1112-Oct-07 10:58 
GeneralRe: BindingSource Pin
sabr4912-Oct-07 11:19
sabr4912-Oct-07 11:19 
GeneralRe: BindingSource Pin
Dave Kreskowiak13-Oct-07 3:27
mveDave Kreskowiak13-Oct-07 3:27 
QuestionIterating and Modifying a .NET Queue? Pin
AliAmjad12-Oct-07 8:55
AliAmjad12-Oct-07 8:55 
AnswerRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak13-Oct-07 3:21
mveDave Kreskowiak13-Oct-07 3:21 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad13-Oct-07 4:52
AliAmjad13-Oct-07 4:52 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak13-Oct-07 5:03
mveDave Kreskowiak13-Oct-07 5:03 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad13-Oct-07 6:22
AliAmjad13-Oct-07 6:22 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak13-Oct-07 8:59
mveDave Kreskowiak13-Oct-07 8:59 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad13-Oct-07 9:17
AliAmjad13-Oct-07 9:17 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak13-Oct-07 11:36
mveDave Kreskowiak13-Oct-07 11:36 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad13-Oct-07 23:08
AliAmjad13-Oct-07 23:08 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak14-Oct-07 2:37
mveDave Kreskowiak14-Oct-07 2:37 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad14-Oct-07 2:50
AliAmjad14-Oct-07 2:50 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
Dave Kreskowiak14-Oct-07 7:50
mveDave Kreskowiak14-Oct-07 7:50 
GeneralRe: Iterating and Modifying a .NET Queue? Pin
AliAmjad14-Oct-07 9:46
AliAmjad14-Oct-07 9:46 
QuestionWorking with bits in .Net Pin
MatthysDT12-Oct-07 3:03
MatthysDT12-Oct-07 3:03 

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.