Click here to Skip to main content
15,794,629 members
Home / Discussions / C#
   

C#

 
Questionproxy server Pin
Zeyad Jalil22-Oct-09 4:28
professionalZeyad Jalil22-Oct-09 4:28 
QuestionReading grayscale values into Bitmap Pin
econner22-Oct-09 3:33
econner22-Oct-09 3:33 
AnswerRe: Reading grayscale values into Bitmap Pin
stancrm22-Oct-09 3:52
stancrm22-Oct-09 3:52 
QuestionFilter Gridview that are bound to an XML file Pin
Ronni Marker22-Oct-09 3:19
Ronni Marker22-Oct-09 3:19 
AnswerRe: Filter Gridview that are bound to an XML file Pin
stancrm22-Oct-09 3:30
stancrm22-Oct-09 3:30 
GeneralRe: Filter Gridview that are bound to an XML file Pin
Ronni Marker22-Oct-09 3:33
Ronni Marker22-Oct-09 3:33 
GeneralRe: Filter Gridview that are bound to an XML file Pin
stancrm22-Oct-09 3:39
stancrm22-Oct-09 3:39 
GeneralRe: Filter Gridview that are bound to an XML file Pin
Ronni Marker22-Oct-09 3:58
Ronni Marker22-Oct-09 3:58 
Yes, well came to the conclusion that the error for me is that I thought it would be enough to add a line into the code and that would be that. But can see that I need to do more than that.

Basically tried to add
dt.Select("Status =1");
after reading the XML file and also tried to filter it like this
dataGridView1.DataSource = dtSelect("Status =1");
<- this actually gave an interesting output.

But seems that I wouldnt be able to get away with only a line of code thist time here.

So what would be the best way to do this? (just imagine that I have an XML file with more than 2000 Rows)
GeneralRe: Filter Gridview that are bound to an XML file Pin
Henry Minute22-Oct-09 6:59
Henry Minute22-Oct-09 6:59 
GeneralRe: Filter Gridview that are bound to an XML file Pin
Ronni Marker22-Oct-09 7:15
Ronni Marker22-Oct-09 7:15 
Questionconvert .xls file into image file or word image file Pin
Member 438836022-Oct-09 2:24
Member 438836022-Oct-09 2:24 
AnswerRe: convert .xls file into image file or word image file Pin
Ashfield22-Oct-09 2:30
Ashfield22-Oct-09 2:30 
AnswerRe: convert .xls file into image file or word image file Pin
Wes Aday22-Oct-09 5:06
professionalWes Aday22-Oct-09 5:06 
AnswerRe: convert .xls file into image file or word image file Pin
benjymous22-Oct-09 6:03
benjymous22-Oct-09 6:03 
Questionhaving problem in opening Ms Office files into webBrowser Pin
muhammad_umair22-Oct-09 2:08
muhammad_umair22-Oct-09 2:08 
AnswerRe: having problem in opening Ms Office files into webBrowser Pin
Richard MacCutchan22-Oct-09 2:50
mveRichard MacCutchan22-Oct-09 2:50 
QuestionUsing lock statement inside overloaded methods Pin
Nuno Pacheco22-Oct-09 1:19
Nuno Pacheco22-Oct-09 1:19 
AnswerRe: Using lock statement inside overloaded methods Pin
Covean22-Oct-09 2:12
Covean22-Oct-09 2:12 
GeneralRe: Using lock statement inside overloaded methods Pin
Nuno Pacheco22-Oct-09 2:23
Nuno Pacheco22-Oct-09 2:23 
GeneralRe: Using lock statement inside overloaded methods Pin
Covean22-Oct-09 2:48
Covean22-Oct-09 2:48 
GeneralRe: Using lock statement inside overloaded methods Pin
Nuno Pacheco22-Oct-09 3:36
Nuno Pacheco22-Oct-09 3:36 
GeneralRe: Using lock statement inside overloaded methods Pin
Covean22-Oct-09 3:53
Covean22-Oct-09 3:53 
Questionhow to create multiple connections in a client application Pin
Ajithevn22-Oct-09 0:36
Ajithevn22-Oct-09 0:36 
QuestionRe: how to create multiple connections in a client application Pin
Björn T.J.M. Spruit22-Oct-09 1:00
Björn T.J.M. Spruit22-Oct-09 1:00 
AnswerRe: how to create multiple connections in a client application Pin
Ajithevn22-Oct-09 1:11
Ajithevn22-Oct-09 1:11 

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.