Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

Rekha Patel

@Rekha Patel
About
Posts
7
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • app. config file
    R Rekha Patel

    Hi! I am using windows applications and I am trying to create a application config file. I have created an app. config file thru add item and this is how it looks..     And from my code I am accessing the config file soemthing like this using System.Configuration; string path = ConfigurationSettings.AppSettings("FilePath"); I am getting this error: An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.dll Only elements allowed I would appreciate any insight Thanks in advance

    XML / XSL help workspace

  • column name error
    R Rekha Patel

    sorry.... cut and paste error...I have it just like yours

    .NET (Core and Framework) hardware help

  • column name error
    R Rekha Patel

    Hi... I can't seem to get the column name stored in a string. It keeps giving me this error: Embedded statement cannot be a declaration or labeled statement This is what I am trying to do.. for(int col=0; col

    .NET (Core and Framework) hardware help

  • checking values in datagrid rows
    R Rekha Patel

    Hi.. I am new to datagrid and windows forms. Here's is what I am trying to do. I have a datagrid which is bound to a datasource. In my datagrid I have a custom combobox column. Depending upon users selection in the combobox column certain columns in the datagrid becomes uneditable. I have no idea how to capture user input from the combobox column and inactivate the dependable columns. I have no idea where to start... Any help will be greatly appreciated Thanks in advance -RP

    .NET (Core and Framework) winforms help tutorial

  • Problems with a well formed XML
    R Rekha Patel

    Hi.. I am having some problems with the xmldocument. Below is my code...can anyone tell me why the output is not well formed..this is my ouput for the following code... - - why is the Title element not complete??? XmlDocument xmlDoc = new XmlDocument(); XmlDeclaration xmlDeclaration = xmlDoc.CreateXmlDeclaration("1.0",null,null); XmlElement rootNode = xmlDoc.CreateElement("Persons"); xmlDoc.InsertBefore(xmlDeclaration, xmlDoc.DocumentElement); xmlDoc.AppendChild(rootNode); XmlElement Node = xmlDoc.CreateElement("Person"); Node.SetAttribute("Name", name); Node.SetAttribute("Age", age); xmlDoc.DocumentElement.AppendChild(Node); XmlElement Node1 = xmlDoc.CreateElement("Title"); Node1.SetAttribute("Title", title); Node.AppendChild(Node1); Thank you

    XML / XSL xml question

  • How to add a datasource as a sub node in XML file
    R Rekha Patel

    David I looked into XmlWriter class. The problem is writing the complete dataset individually by adding elements and its attributes. Criteria has a about 10 columns that I did not specify in the mail. If I were to use XmlWriter then I would have to append every single column as an element. But the datasource's writeXml method takes care of everything. Would you happen to know how I can create a document fragment and somehow use ds.WriteXml("Filename") method Thanks!!! Rekha

    XML / XSL database xml tutorial

  • How to add a datasource as a sub node in XML file
    R Rekha Patel

    Hi I have a few textbox entries that i have written to an xml file and now I have to add a datasource as its child node. Any ideas on how to achieve this. I did try WriteXml method for datasource but this does not write to the file as a child node. This is what I am trying to do The query's name and age are textbox entries and the Criteria is a part of the dataset. So i am trying to insert as child node to Any ideas will be greatly appreicated Thanks in advance :)

    XML / XSL database xml tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups