Arnold Petrona

Arnold Petrona

  • NA
  • 184
  • 0

Convert type' int' to 'SystemEventArgs"

Jul 28 2008 1:39 PM

I have problem with the Converting type int to SystemEventArgs.

I don't know what happen but I use the following sentence allready in another program and it is working fine

the sentence  is as follow:

g= Convert.ToInt32( response.InnerVaraibles[0].Data.ToString());

Now i'm doing it in another program and it give me the error : Cannot implicitly convert type'int" to 'System.EventArgs'

What can be the problem?


Answers (3)