Jump to content
Xtreme .Net Talk

lcroito

Members
  • Posts

    3
  • Joined

  • Last visited

Personal Information

  • Occupation
    Application Developer
  • Visual Studio .NET Version
    2003
  • .NET Preferred Language
    C#

lcroito's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I want to export a Datatable, (or dataview, or datagrid) in a excel file. I have a windows application. My datagrid is windows.form.datagrid, not a WebDatagrid. Please write the solution in C#. I do't understand Visual Basic :o thanks
  2. I want to create a simple xml file: <?xml version="1.0"?> <Fisiere> <Denumire Fisier="8021.dbf"> </Denumire> <Inregistrari> <Rand RandID ="1"> <Indicator>Unu</Indicator> <Header>Alimentare</Header> <Lungime>15</Lungime> <Valoare>ALC</Valoare> <Tip>Caracter</Tip> </Rand> <Rand RandID ="2"> <Indicator>Doi</Indicator> <Header>Cuie</Header> <Lungime>10</Lungime> <Valoare>bou</Valoare> <Tip>Numeric</Tip> </Rand> </Inregistrari> </Fisiere> How can I do? thanck you.
  3. I have a datatable with fields Name and Function. I want to open or create a Word document with text: "My name is ______________ and I am ____________ in this company." In line I want to write Name and Function from datatable, for each line -> one page. Please give me one example in C#. Thank you Lucian
×
×
  • Create New...