Click here to Skip to main content
16,006,762 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Google Maps in a C# application Pin
Mircea Puiu14-Feb-08 4:05
Mircea Puiu14-Feb-08 4:05 
GeneralRe: Using Google Maps in a C# application Pin
biscoito14-Feb-08 5:02
biscoito14-Feb-08 5:02 
GeneralRe: Using Google Maps in a C# application Pin
MrPlankton14-Feb-08 7:56
MrPlankton14-Feb-08 7:56 
GeneralRe: Using Google Maps in a C# application Pin
biscoito14-Feb-08 9:59
biscoito14-Feb-08 9:59 
QuestionProblem using DataGridViewComboBoxColumn Pin
Mc_Topaz14-Feb-08 2:29
Mc_Topaz14-Feb-08 2:29 
QuestionWriting to word document? Pin
omegazafer14-Feb-08 1:50
omegazafer14-Feb-08 1:50 
AnswerRe: Writing to word document? Pin
Giorgi Dalakishvili14-Feb-08 1:52
mentorGiorgi Dalakishvili14-Feb-08 1:52 
GeneralDataGridView problem Pin
kallileo14-Feb-08 1:12
kallileo14-Feb-08 1:12 
I create a DataSet with 4 tables in it from a mdb file using the Wizard of the VS Express 2008. I have a DataGridView and I display the data of the "Transaction" table. I also have a table with my suppliers called "Suppliers". In "Transaction" table I have a column called "Supplier".

I have enabled the options to add,edit or delete record in the DataSet and to save all the changes back to the mdb file. To provide an easier way for the user to add new records I set "Supplier" columnType in the DataGridView as DataGridViewComboBoxColumn and DisplayMember, DataSource and ValueMember to the "Name" column in the Supplier table so the user can directly select the name name of the supplier without having to type it.

So when I run the program and load the form I get the following error message:

System.ArgumentException: DataGridViewComboBoxCell value is not valid.

Any help would be appreciated....

Thank you
GeneralRe: DataGridView problem Pin
Harvey Saayman14-Feb-08 1:15
Harvey Saayman14-Feb-08 1:15 
GeneralRe: DataGridView problem Pin
Mircea Puiu14-Feb-08 4:01
Mircea Puiu14-Feb-08 4:01 
GeneralExe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 0:23
Ashish Chauhan14-Feb-08 0:23 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 0:28
professionalDaveyM6914-Feb-08 0:28 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 0:59
Ashish Chauhan14-Feb-08 0:59 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 1:06
professionalDaveyM6914-Feb-08 1:06 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 1:14
Ashish Chauhan14-Feb-08 1:14 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 1:26
professionalDaveyM6914-Feb-08 1:26 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 3:25
Ashish Chauhan14-Feb-08 3:25 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 3:37
professionalDaveyM6914-Feb-08 3:37 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 3:58
Ashish Chauhan14-Feb-08 3:58 
GeneralRe: Exe not running in different computer.. Pin
Giorgi Dalakishvili14-Feb-08 0:29
mentorGiorgi Dalakishvili14-Feb-08 0:29 
GeneralRe: Exe not running in different computer.. Pin
Harvey Saayman14-Feb-08 0:32
Harvey Saayman14-Feb-08 0:32 
GeneralRe: Exe not running in different computer.. Pin
User 665814-Feb-08 0:36
User 665814-Feb-08 0:36 
GeneralRe: Exe not running in different computer.. Pin
Harvey Saayman14-Feb-08 1:12
Harvey Saayman14-Feb-08 1:12 
General"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-Exception Pin
ag4667713-Feb-08 23:47
ag4667713-Feb-08 23:47 
GeneralRe: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-Exception Pin
DaveyM6914-Feb-08 1:05
professionalDaveyM6914-Feb-08 1:05 

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.