Click here to Skip to main content
15,904,287 members
Home / Discussions / C#
   

C#

 
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 
Questionshowing currency on datagrid. Pin
benjamin yap5-Aug-08 4:33
benjamin yap5-Aug-08 4:33 
AnswerRe: showing currency on datagrid. Pin
led mike5-Aug-08 4:59
led mike5-Aug-08 4:59 
QuestionHow to execute code defined in a textfile? Pin
buchstaben5-Aug-08 4:12
buchstaben5-Aug-08 4:12 
AnswerRe: How to execute code defined in a textfile? Pin
led mike5-Aug-08 4:35
led mike5-Aug-08 4:35 
QuestionCreate a large image Pin
bverp5-Aug-08 3:54
bverp5-Aug-08 3:54 
AnswerRe: Create a large image Pin
leppie5-Aug-08 4:04
leppie5-Aug-08 4:04 
GeneralRe: Create a large image Pin
bverp5-Aug-08 4:06
bverp5-Aug-08 4:06 

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.