Click here to Skip to main content
15,911,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: Progress Bar: File Copy Pin
pasha2k28-Aug-06 8:51
pasha2k28-Aug-06 8:51 
GeneralRe: Progress Bar: File Copy Pin
Nader Elshehabi28-Aug-06 9:54
Nader Elshehabi28-Aug-06 9:54 
GeneralRe: Progress Bar: File Copy Pin
numbers1thru928-Aug-06 9:47
numbers1thru928-Aug-06 9:47 
QuestionDatagridViewCaption? Pin
Itanium28-Aug-06 7:07
Itanium28-Aug-06 7:07 
AnswerRe: DatagridViewCaption? Pin
Nader Elshehabi28-Aug-06 7:43
Nader Elshehabi28-Aug-06 7:43 
QuestionHttpWebRequest from c# app Pin
SomeGuyThatIsMe28-Aug-06 6:41
SomeGuyThatIsMe28-Aug-06 6:41 
QuestionKeycode Error on Crystal Report Pin
paulcortez28-Aug-06 6:29
paulcortez28-Aug-06 6:29 
QuestionDataViewManager Pin
~~~Johnny~~~28-Aug-06 6:17
~~~Johnny~~~28-Aug-06 6:17 
I created a DataViewManager on a dataset here is the code:

obj = new CSIA.Controller.MembersFullView();
obj.Read();
DataViewManager dataManager = new DataViewManager(obj);
dataGridView1.DataSource = dataManager;
dataGridView1.DataMember = "Members";
dataManager.DataViewSettings[0].RowFilter = "[Member Number] = '1105'";

.....Members is the first table in the dataset

What I don't understand is that if I apply the RowFilter before setting the
DataSource I get a filtered view but if I put it after I get the full table.
I thaught filtering the DataManager would update the DataGrid as a DataView
would. Am I missing something ?
AnswerRe: DataViewManager Pin
Nader Elshehabi28-Aug-06 7:34
Nader Elshehabi28-Aug-06 7:34 
QuestionShow Form from (non-GUI) Thread Pin
LiamD28-Aug-06 5:44
LiamD28-Aug-06 5:44 
AnswerRe: Show Form from (non-GUI) Thread Pin
Nader Elshehabi28-Aug-06 7:10
Nader Elshehabi28-Aug-06 7:10 
GeneralRe: Show Form from (non-GUI) Thread Pin
LiamD28-Aug-06 8:59
LiamD28-Aug-06 8:59 
GeneralRe: Show Form from (non-GUI) Thread Pin
Nader Elshehabi28-Aug-06 9:51
Nader Elshehabi28-Aug-06 9:51 
Questionstring variable Pin
TAREQ F ABUZUHRI28-Aug-06 5:25
TAREQ F ABUZUHRI28-Aug-06 5:25 
AnswerRe: string variable Pin
Andrei Ungureanu28-Aug-06 5:30
Andrei Ungureanu28-Aug-06 5:30 
AnswerRe: string variable Pin
Judah Gabriel Himango28-Aug-06 5:31
sponsorJudah Gabriel Himango28-Aug-06 5:31 
AnswerRe: string variable Pin
Nader Elshehabi28-Aug-06 5:35
Nader Elshehabi28-Aug-06 5:35 
AnswerRe: string variable Pin
Martin#28-Aug-06 7:25
Martin#28-Aug-06 7:25 
AnswerRe: string variable [modified] Pin
eggsovereasy28-Aug-06 8:40
eggsovereasy28-Aug-06 8:40 
QuestionHow do I initialize the checkbox column? Pin
printscreen1234528-Aug-06 5:18
printscreen1234528-Aug-06 5:18 
AnswerRe: How do I initialize the checkbox column? Pin
Nader Elshehabi28-Aug-06 5:51
Nader Elshehabi28-Aug-06 5:51 
GeneralRe: How do I initialize the checkbox column? Pin
printscreen1234528-Aug-06 15:03
printscreen1234528-Aug-06 15:03 
GeneralRe: How do I initialize the checkbox column? Pin
Nader Elshehabi28-Aug-06 19:24
Nader Elshehabi28-Aug-06 19:24 
GeneralRe: How do I initialize the checkbox column? Pin
printscreen1234529-Aug-06 1:38
printscreen1234529-Aug-06 1:38 
AnswerRe: How do I initialize the checkbox column? Pin
Nader Elshehabi29-Aug-06 2:32
Nader Elshehabi29-Aug-06 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.