Hi,
I have created one XMLEditor and opened XML files in it.
Before closing the file i am validating the xml file and if some invalid entries are present, i am able to fetch the row and column number of the error text in the file.
Now i want delete that error text from the RichTextBox before saving the file.
How to do that in C# .NET?
Thanks,
-ANupam
I have created one XMLEditor and opened XML files in it.
Before closing the file i am validating the xml file and if some invalid entries are present, i am able to fetch the row and column number of the error text in the file.
Now i want delete that error text from the RichTextBox before saving the file.
How to do that in C# .NET?
Thanks,
-ANupam
Comment