2 Replies - 234 Views - Last Post: 07 February 2012 - 01:19 PM Rate Topic: -----

Topic Sponsor:

#1 mfaisalabrar  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 07-February 12

ihava i combobox,double click on datagrid can't give value to cmb

Posted 07 February 2012 - 01:01 PM

i have many fields in the form ,one of them is combobox.now iam going to update the data so i double click the
row on the data gridview and i got the exception 'conversion from string to integer is not valid..
Is This A Good Question/Topic? 0
  • +

Replies To: ihava i combobox,double click on datagrid can't give value to cmb

#2 tlhIn`toq  Icon User is offline

  • WillMyCodeWork = !FailedWhenYouTriedIt;
  • member icon

Reputation: 3290
  • View blog
  • Posts: 6,898
  • Joined: 02-June 10

Re: ihava i combobox,double click on datagrid can't give value to cmb

Posted 07 February 2012 - 01:04 PM

Bummer.

Care to share your code with us so we can help?
Was This Post Helpful? 0
  • +
  • -

#3 DimitriV  Icon User is offline

  • It's been so long, without this feeling
  • member icon

Reputation: 513
  • View blog
  • Posts: 2,533
  • Joined: 24-July 11

Re: ihava i combobox,double click on datagrid can't give value to cmb

Posted 07 February 2012 - 01:19 PM

Conversion from String to Integer is invalid: what does this error mean?
Sometimes this error occurs when you attempt to parse an empty string "" to the Integer data type, by calling CInt.
We'd like to see your code so we can better determine your problem.
:)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1