Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
QuestionConnecting to RFID Reader Pin
Member 407767222-Apr-10 10:25
Member 407767222-Apr-10 10:25 
AnswerRe: Connecting to RFID Reader Pin
Migounette22-Apr-10 10:30
Migounette22-Apr-10 10:30 
GeneralRe: Connecting to RFID Reader Pin
Member 407767223-Apr-10 4:34
Member 407767223-Apr-10 4:34 
GeneralRe: Connecting to RFID Reader Pin
Migounette23-Apr-10 6:49
Migounette23-Apr-10 6:49 
QuestionDataList doesn't go into Edit mode correctly Pin
MWRivera22-Apr-10 8:54
MWRivera22-Apr-10 8:54 
QuestionDataGridView-Database in csharp smart device Pin
Tunisien8622-Apr-10 6:14
Tunisien8622-Apr-10 6:14 
AnswerRe: DataGridView-Database in csharp smart device Pin
Dan Mos22-Apr-10 7:55
Dan Mos22-Apr-10 7:55 
GeneralRe: DataGridView-Database in csharp smart device Pin
Tunisien8623-Apr-10 10:00
Tunisien8623-Apr-10 10:00 
Hi,
My issue stills the same.My form's code is:
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace ModeDifféré
{
    public partial class DataGridT : Form
    {
        public DataGridT()
        {
            InitializeComponent();
        }

        private void DataGridT_Load(object sender, EventArgs e)
        {
            // TODO: This line of code loads data into the 'baseGmaoLocaleDataSet2.Travaux' table. You can move, or remove it, as needed.
            this.travauxTableAdapter.Fill(this.baseGmaoLocaleDataSet2.Travaux);

        }

        private void dataGrid1_CurrentCellChanged(object sender, EventArgs e)
        {

        }
    }
}

What can I add to let the system shows the data stocked in the table Travaux??
Regards Cry | :((
QuestionThread Sync Query Pin
AmitDey22-Apr-10 5:09
AmitDey22-Apr-10 5:09 
AnswerRe: Thread Sync Query Pin
Luc Pattyn22-Apr-10 5:18
sitebuilderLuc Pattyn22-Apr-10 5:18 
QuestionListviewItems arrangement with csharp smart device [modified] Pin
Tunisien8622-Apr-10 3:55
Tunisien8622-Apr-10 3:55 
AnswerRe: ListviewItems arrangement with csharp smart device Pin
Tunisien8622-Apr-10 5:30
Tunisien8622-Apr-10 5:30 
QuestionSave multipaged Tiff image to file, looses the pages ??? Pin
Paw Jershauge22-Apr-10 3:47
Paw Jershauge22-Apr-10 3:47 
AnswerRe: Save multipaged Tiff image to file, looses the pages ??? Pin
Henry Minute22-Apr-10 5:18
Henry Minute22-Apr-10 5:18 
GeneralRe: Save multipaged Tiff image to file, looses the pages ??? Pin
Paw Jershauge22-Apr-10 20:22
Paw Jershauge22-Apr-10 20:22 
Questionc# and sql windows 7 problem Pin
michaelgr122-Apr-10 3:22
michaelgr122-Apr-10 3:22 
AnswerRe: c# and sql windows 7 problem Pin
dan!sh 22-Apr-10 4:42
professional dan!sh 22-Apr-10 4:42 
AnswerRe: c# and sql windows 7 problem Pin
Not Active22-Apr-10 4:47
mentorNot Active22-Apr-10 4:47 
GeneralRe: c# and sql windows 7 problem Pin
Swiftain22-Apr-10 4:50
Swiftain22-Apr-10 4:50 
GeneralRe: c# and sql windows 7 problem Pin
michaelgr122-Apr-10 5:52
michaelgr122-Apr-10 5:52 
GeneralRe: c# and sql windows 7 problem Pin
Not Active22-Apr-10 6:14
mentorNot Active22-Apr-10 6:14 
GeneralRe: c# and sql windows 7 problem Pin
Not Active22-Apr-10 6:13
mentorNot Active22-Apr-10 6:13 
QuestionImported DLL problem Pin
TimSWatson22-Apr-10 3:00
TimSWatson22-Apr-10 3:00 
AnswerRe: Imported DLL problem Pin
Luc Pattyn22-Apr-10 3:38
sitebuilderLuc Pattyn22-Apr-10 3:38 
AnswerRe: Imported DLL problem Pin
David Knechtges22-Apr-10 3:44
David Knechtges22-Apr-10 3:44 

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.