Click here to Skip to main content
15,916,692 members
Home / Discussions / C#
   

C#

 
QuestionACOS3 -24 card reading Pin
AnasChavadi11-Nov-09 16:36
AnasChavadi11-Nov-09 16:36 
AnswerRe: ACOS3 -24 card reading Pin
Dave Kreskowiak11-Nov-09 16:52
mveDave Kreskowiak11-Nov-09 16:52 
QuestionComments for your code.. generating MSDN style files Pin
Jacob Dixon11-Nov-09 15:24
Jacob Dixon11-Nov-09 15:24 
AnswerRe: Comments for your code.. generating MSDN style files Pin
Christian Graus11-Nov-09 15:36
protectorChristian Graus11-Nov-09 15:36 
GeneralRe: Comments for your code.. generating MSDN style files Pin
PIEBALDconsult11-Nov-09 16:48
mvePIEBALDconsult11-Nov-09 16:48 
GeneralRe: Comments for your code.. generating MSDN style files Pin
Shameel11-Nov-09 22:37
professionalShameel11-Nov-09 22:37 
GeneralRe: Comments for your code.. generating MSDN style files Pin
PIEBALDconsult12-Nov-09 4:09
mvePIEBALDconsult12-Nov-09 4:09 
GeneralRe: Comments for your code.. generating MSDN style files Pin
Jacob Dixon12-Nov-09 3:06
Jacob Dixon12-Nov-09 3:06 
AnswerRe: Comments for your code.. generating MSDN style files Pin
Not Active11-Nov-09 17:01
mentorNot Active11-Nov-09 17:01 
GeneralRe: Comments for your code.. generating MSDN style files Pin
Jacob Dixon12-Nov-09 3:07
Jacob Dixon12-Nov-09 3:07 
AnswerMessage Closed Pin
11-Nov-09 18:38
stancrm11-Nov-09 18:38 
GeneralRe: Comments for your code.. generating MSDN style files Pin
Jacob Dixon12-Nov-09 3:00
Jacob Dixon12-Nov-09 3:00 
QuestionDataGridView Pin
Illegal Operation11-Nov-09 13:18
Illegal Operation11-Nov-09 13:18 
AnswerRe: DataGridView Pin
Christian Graus11-Nov-09 13:45
protectorChristian Graus11-Nov-09 13:45 
AnswerRe: DataGridView Pin
PIEBALDconsult11-Nov-09 15:24
mvePIEBALDconsult11-Nov-09 15:24 
GeneralRe: DataGridView Pin
V.11-Nov-09 20:06
professionalV.11-Nov-09 20:06 
GeneralRe: DataGridView Pin
PIEBALDconsult12-Nov-09 4:14
mvePIEBALDconsult12-Nov-09 4:14 
GeneralRe: DataGridView Pin
V.12-Nov-09 4:16
professionalV.12-Nov-09 4:16 
GeneralRe: DataGridView Pin
PIEBALDconsult12-Nov-09 4:20
mvePIEBALDconsult12-Nov-09 4:20 
AnswerRe: DataGridView Pin
Gerry Schmitz11-Nov-09 17:26
mveGerry Schmitz11-Nov-09 17:26 
Are you using "data bound" grids or "unbound" grids?

If you're using "unbound" grids, then retrieve the selected DataGridViewRow(s) and copy them to the second grid.

If you're using "bound" grids, you should be using a typed dataset with 2 tables of the same type, and using the methods of the typed tables to retrieve the selected row(s) and adding them to the second table.

(see the grid's .SelectedRows and row .Selected properties for starters).
AnswerRe: DataGridView Pin
V.11-Nov-09 20:04
professionalV.11-Nov-09 20:04 
QuestionDoubleBuffered problem. [modified] Pin
DerDevil11-Nov-09 13:02
DerDevil11-Nov-09 13:02 
AnswerRe: DoubleBuffered problem. Pin
Christian Graus11-Nov-09 13:47
protectorChristian Graus11-Nov-09 13:47 
GeneralRe: DoubleBuffered problem. Pin
DerDevil11-Nov-09 22:23
DerDevil11-Nov-09 22:23 
AnswerRe: DoubleBuffered problem. [modified] Pin
Shameel11-Nov-09 22:44
professionalShameel11-Nov-09 22: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.