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
D

DJCRIS12

@DJCRIS12
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Export To Excel Advanced
    D DJCRIS12

    http://i287.photobucket.com/albums/ll145/_DJ_CRIS_08_/prog.jpg[^] Here is a picture of my app, as you know i want to export selected columns to an excel file, but if theres another easy way to create a report please let me know, sorry about this i'm not an expert of C#. :(

    C# csharp com

  • Excel Files
    D DJCRIS12

    The thing is i'm not an expert on C#, and here's an image to show u how i want the program to function You can notice the checkboxes so, if only check box of ID is cheked then when i click to EXPORT TO EXCEL only the column of ID will exported.

    C# question css database tutorial

  • Excel Files
    D DJCRIS12

    Hello Code Project I'm developing an app and i'm having some issues so i hope somebody helps me out I have a "form" in that form i made a search to a table from a database named "Vehicle_Information" So i filter the results through checkboxes example ◘ID ◘GPS ID ◘NAME .... So when the user checks ◘ID, the column of "ID" appears on the Data Grid i can create an excel file from a datagrid but when the data is created ALL THE COLUMNS AND DATA APPEARS ON THE EXCEL FILE! and i don't want that , i just want the columns the user selected. My Question is: HOW CAN I SEND TO AN EXCEL FILE A GROUP OF SELECTED COLUMNS OF DATA FROM A DATAGRIDVIEW???? I've tryed so hard :/ Thanks.

    C# question css database tutorial

  • Combo Box
    D DJCRIS12

    sorry i've solved the issue, my database wasn't recogniced like suposed to be thanks anyways :D!

    C# database visual-studio help

  • Combo Box
    D DJCRIS12

    Hello The Code Project I need help on a project, i have an Access 2010 Database and i want to fill a combo box with one column named "Telephones" From a Table named "SIM" I've tryed so many ways but i dont know why i can't make it work Examples:

    private void llenarElementos()
    {

            cbo\_codsim.Items.Clear();
    
    
            int filascod = base\_Gps\_InfoDataSet.Tables\["SIM"\].Rows.Count;
    
            for (int y = 0; y < filascod; y++)
            {
                cbo\_codsim.Items.Add(base\_Gps\_InfoDataSet.Tables\["SIM"\].Rows\[y\]\[1\].ToString());
            }
    
        }
    

    i'm calling that function on the form load.. Also i've tryed to do it by selecting the bindingsource and the table in VS but data don't appear. If you all need the full code just ask :) PD: VS 2008 SP1 Please Help :/

    C# database visual-studio help
  • Login

  • Don't have an account? Register

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