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

C#

 
AnswerRe: picturebox resources options Pin
Wendelius5-Aug-08 9:43
mentorWendelius5-Aug-08 9:43 
GeneralRe: picturebox resources options Pin
Tamimi - Code5-Aug-08 9:53
Tamimi - Code5-Aug-08 9:53 
GeneralRe: picturebox resources options Pin
Wendelius5-Aug-08 10:00
mentorWendelius5-Aug-08 10:00 
GeneralRe: picturebox resources options Pin
Tamimi - Code5-Aug-08 10:13
Tamimi - Code5-Aug-08 10:13 
GeneralRe: picturebox resources options Pin
Wendelius5-Aug-08 10:18
mentorWendelius5-Aug-08 10:18 
QuestionVersioning a file. Pin
udaykatakam5-Aug-08 9:01
udaykatakam5-Aug-08 9:01 
AnswerRe: Versioning a file. Pin
Wendelius5-Aug-08 9:49
mentorWendelius5-Aug-08 9:49 
GeneralRe: Versioning a file. Pin
udaykatakam6-Aug-08 6:23
udaykatakam6-Aug-08 6:23 
QuestionRe: Versioning a file. Pin
Wendelius6-Aug-08 7:12
mentorWendelius6-Aug-08 7:12 
QuestionThead synchronization(MUTEX) on windows Service-C#.net Pin
balu123455-Aug-08 8:11
balu123455-Aug-08 8:11 
AnswerRe: Thead synchronization(MUTEX) on windows Service-C#.net Pin
N a v a n e e t h5-Aug-08 8:16
N a v a n e e t h5-Aug-08 8:16 
GeneralRe: Thead synchronization(MUTEX) on windows Service-C#.net Pin
balu123455-Aug-08 8:26
balu123455-Aug-08 8:26 
QuestionHow to remember font size changed by ctrl+mouse wheel Pin
AndrusM5-Aug-08 7:35
AndrusM5-Aug-08 7:35 
AnswerRe: How to remember font size changed by ctrl+mouse wheel Pin
Wendelius5-Aug-08 8:37
mentorWendelius5-Aug-08 8:37 
QuestionRow with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
_rush_5-Aug-08 5:52
_rush_5-Aug-08 5:52 
Database: XML

Hi at all,
i use a Dataview to show the Data from a xml File. I have the following code to read the xml file:

dsAuthors.ReadXml(xmlFilePath, XmlReadMode.InferSchema);
      this.dataGridView1.DataMember = "Document"; // Document =Tag in the xml file
      custDV = dsAuthors.Tables[0].DefaultView; // custDV = Dataview
      this.dataGridView1.DataSource = custDV; // Display the data from the view


if i use the rowfilter i see not the rows thye have empty cells.

Dataview.Rowfilter = "City = 'Berlin'";


does anybody know how can i avoid this effect. Or how can i avoid to set empty cells in dataview?

Thanks in Advance

Cola
AnswerRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
Wendelius5-Aug-08 6:33
mentorWendelius5-Aug-08 6:33 
GeneralRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
_rush_5-Aug-08 7:03
_rush_5-Aug-08 7:03 
GeneralRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
Wendelius5-Aug-08 7:06
mentorWendelius5-Aug-08 7:06 
GeneralRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
_rush_5-Aug-08 19:33
_rush_5-Aug-08 19:33 
GeneralRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
_rush_6-Aug-08 5:09
_rush_6-Aug-08 5:09 
GeneralRe: Row with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
Wendelius6-Aug-08 6:58
mentorWendelius6-Aug-08 6:58 
Question[Message Deleted] Pin
hadad5-Aug-08 5:27
hadad5-Aug-08 5:27 
QuestionStop reposting your question, it's rude Pin
led mike5-Aug-08 5:32
led mike5-Aug-08 5:32 
QuestionHow can I copy a block of memory? Pin
CopperCircle5-Aug-08 4:55
CopperCircle5-Aug-08 4:55 
AnswerRe: How can I copy a block of memory? Pin
led mike5-Aug-08 5:10
led mike5-Aug-08 5:10 

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.