Click here to Skip to main content
15,922,427 members
Home / Discussions / C#
   

C#

 
GeneralRe: Update DataGrid Pin
Andres Manggini17-Mar-02 8:40
Andres Manggini17-Mar-02 8:40 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 20:12
Mazdak17-Mar-02 20:12 
GeneralRe: Update DataGrid Pin
Andy Smith17-Mar-02 20:32
Andy Smith17-Mar-02 20:32 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 20:46
Mazdak17-Mar-02 20:46 
GeneralRe: Update DataGrid Pin
Andy Smith17-Mar-02 21:14
Andy Smith17-Mar-02 21:14 
GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 14:52
James T. Johnson17-Mar-02 14:52 
GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 14:52
James T. Johnson17-Mar-02 14:52 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 20:14
Mazdak17-Mar-02 20:14 
I kow it,I do it like this:


oleDbCommand1.Connection.Open();
oleDbCommand1.ExecuteNonQuery();
oleDbDataAdapter1.Update(dataSet11,"Table2");
dataGrid1.DataSource=dataSet11.Tables["Table2"];
???Binding????????

Mazy

"So,so you think you can tell,
Heaven from Hell,
Blue skies from pain,...
How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975

GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 20:33
James T. Johnson17-Mar-02 20:33 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 20:45
Mazdak17-Mar-02 20:45 
GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 20:56
James T. Johnson17-Mar-02 20:56 
GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 21:34
James T. Johnson17-Mar-02 21:34 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 22:11
Mazdak17-Mar-02 22:11 
GeneralRe: Update DataGrid Pin
James T. Johnson17-Mar-02 22:24
James T. Johnson17-Mar-02 22:24 
GeneralRe: Update DataGrid Pin
Mazdak17-Mar-02 22:43
Mazdak17-Mar-02 22:43 
GeneralRe: Update DataGrid Pin
James T. Johnson18-Mar-02 8:02
James T. Johnson18-Mar-02 8:02 
Generalchdir equivalent in c# Pin
Kannan Kalyanaraman17-Mar-02 5:32
Kannan Kalyanaraman17-Mar-02 5:32 
GeneralRe: chdir equivalent in c# Pin
Kannan Kalyanaraman17-Mar-02 6:15
Kannan Kalyanaraman17-Mar-02 6:15 
GeneralDatabinding and xml Pin
Mazdak16-Mar-02 4:01
Mazdak16-Mar-02 4:01 
Questionmath functions in C# ??? Pin
Christian Graus15-Mar-02 21:55
protectorChristian Graus15-Mar-02 21:55 
AnswerRe: math functions in C# ??? Pin
Christian Graus15-Mar-02 22:08
protectorChristian Graus15-Mar-02 22:08 
GeneralRe: math functions in C# ??? Pin
Nish Nishant15-Mar-02 22:10
sitebuilderNish Nishant15-Mar-02 22:10 
GeneralRe: math functions in C# ??? Pin
Christian Graus15-Mar-02 22:21
protectorChristian Graus15-Mar-02 22:21 
GeneralRe: math functions in C# ??? Pin
James T. Johnson16-Mar-02 15:29
James T. Johnson16-Mar-02 15:29 
GeneralRe: math functions in C# ??? Pin
Paul Watson18-Mar-02 6:12
sitebuilderPaul Watson18-Mar-02 6:12 

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.